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.

5 lines
276 B

  1. FROM atdr.meo.ws/archiveteam/grab-base-df
  2. COPY . /grab
  3. RUN ln -fs /usr/local/bin/wget-lua /grab/wget-at
  4. RUN sed -i 's|DEFAULT_RETRY_DELAY = 60$|DEFAULT_RETRY_DELAY = 0|;s|self\.retry_delay += 10|self.retry_delay += 0.1|' /usr/local/lib/python*/site-packages/seesaw/tracker.py