We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42538c6 commit 36d1a47Copy full SHA for 36d1a47
Dockerfile
@@ -1,13 +1,13 @@
1
-FROM python:3.8-slim
+FROM python:3.13-slim
2
3
RUN apt-get update && \
4
apt-get install --no-install-recommends -y \
5
git wget ca-certificates git build-essential libssl-dev zlib1g-dev \
6
libbz2-dev libreadline-dev libsqlite3-dev libffi-dev libxml2-dev \
7
libxslt1-dev libre2-dev pkg-config && \
8
- pip3 install --no-binary lxml --upgrade git+https://github.com/ArchiveTeam/grab-site && \
+ pip3 install --no-binary lxml --upgrade git+https://github.com/ngie-eign/grab-site && \
9
apt-get purge -y \
10
- git build-essential pkg-config && \
+ git build-essential pkg-config && \
11
apt-get autoremove -y && apt-get clean && \
12
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
13
0 commit comments