Metadata for the ArchiveTeam Docker Hub repositories
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
254 B

  1. FROM warcforceone/grab-base
  2. COPY . /grab
  3. RUN python3 -m pip install --upgrade py3amf
  4. RUN ln -s /usr/local/bin/wget-lua /grab/wget-lua
  5. # RUN wget -O /grab/wget-lua http://xor.meo.ws/vUO6LyuhBlMOqGUjZ3sFQCqUcR83pl9N/wget-lua \
  6. # && chmod +x /grab/wget-lua