mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-16 06:13:10 +00:00
Version 20210130.02. Fix merge conflict.
This commit is contained in:
commit
ac59cfa3ed
@ -1,4 +1,4 @@
|
||||
FROM atdr.meo.ws/archiveteam/grab-base-df
|
||||
FROM atdr.meo.ws/archiveteam/grab-base:gnutls
|
||||
RUN echo deb http://deb.debian.org/debian buster-backports main contrib > /etc/apt/sources.list.d/backports.list \
|
||||
&& DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io update \
|
||||
&& DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io install lua-socket \
|
||||
|
@ -54,7 +54,7 @@ if not WGET_AT:
|
||||
#
|
||||
# Update this each time you make a non-cosmetic change.
|
||||
# It will be added to the WARC files and reported to the tracker.
|
||||
VERSION = '20210130.01'
|
||||
VERSION = '20210130.02'
|
||||
TRACKER_ID = 'reddit'
|
||||
TRACKER_HOST = 'trackerproxy.archiveteam.org'
|
||||
MULTI_ITEM_SIZE = 20
|
||||
|
Loading…
Reference in New Issue
Block a user