mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-08 06:09:48 +00:00
update to latest warcio (2.4.7) to fix issus when returning payload only size
This commit is contained in:
parent
db9e78e823
commit
2f81798f09
3 changed files with 16 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ RUN mkdir -p /tmp/ads && cd /tmp/ads && \
|
|||
cat ad-hosts.txt | grep '^0.0.0.0 '| awk '{ print $2; }' | grep -v '0.0.0.0' | jq --raw-input --slurp 'split("\n")' > /app/ad-hosts.json && \
|
||||
rm /tmp/ads/ad-hosts.txt
|
||||
|
||||
RUN yarn install --network-timeout 1000000
|
||||
RUN yarn install --network-timeout 1000000 --network-concurrency 1
|
||||
|
||||
ADD tsconfig.json /app/
|
||||
ADD src /app/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue