Skip to content

Commit dbbe9fc

Browse files
committed
Use my fork of grab-site for the time being...
... until the update is pushed upstream in ArchiveTeam/grab-site#249. Signed-off-by: Enji Cooper <[email protected]>
1 parent 36d1a47 commit dbbe9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && \
55
git wget ca-certificates git build-essential libssl-dev zlib1g-dev \
66
libbz2-dev libreadline-dev libsqlite3-dev libffi-dev libxml2-dev \
77
libxslt1-dev libre2-dev pkg-config && \
8-
pip3 install --no-binary lxml --upgrade git+https://github.com/ngie-eign/grab-site && \
8+
pip3 install --no-binary lxml --upgrade git+https://github.com/ngie-eign/grab-site@py313-support && \
99
apt-get purge -y \
1010
git build-essential pkg-config && \
1111
apt-get autoremove -y && apt-get clean && \

0 commit comments

Comments
 (0)