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.

6 lines
210 B

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