diff --git a/Dockerfile b/Dockerfile index 2530bf5..d2c52ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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