Skip to content

Commit

Permalink
releasing 1.4.1 with crawler 0.10.4 and warc2zim 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 23, 2023
1 parent df0fa9b commit 951241d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
# python setup (in venv not to conflict with browsertrix)
&& python3 -m venv /app/zimit \
&& /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' 'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim' \
&& /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' 'warc2zim==1.5.3' \
# placeholder (default output location)
&& mkdir -p /output \
# disable chrome upgrade
Expand Down

0 comments on commit 951241d

Please sign in to comment.