Browse Source

Add the little-things repo.

master
Roelf Wichertjes 2 years ago
parent
commit
3a0eecb7fd
Signed by: rewby GPG Key ID: 4C2B6D2972EE5423
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Dockerfile

+ 5
- 1
Dockerfile View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
libffi-dev git tmux fontconfig-config fonts-dejavu-core curl \
libfontconfig1 libjpeg62-turbo-dev libjpeg62-turbo libjpeg-dev libjpeg-turbo-progs lsof ffmpeg \
autossh rsync bundler git tmux python3 libtool pkg-config \
build-essential autoconf automake libzmq3-dev libmnl0 \
build-essential autoconf automake libzmq3-dev libmnl0 make \
&& rm -rf /var/lib/apt/lists/*

# Install tcp-closer
@@ -52,6 +52,10 @@ USER ab

# Clone the repo
RUN git clone --recursive https://github.com/ArchiveTeam/ArchiveBot.git /home/ab/ArchiveBot

# Clone JAA's little-things repo as per his request
RUN git clone --recursive https://gitea.arpa.li/JustAnotherArchivist/little-things.git /home/ab/little-things

WORKDIR /home/ab/ArchiveBot

# Setup symlinks for pipeline


Loading…
Cancel
Save