Skip to content

Commit 36d1a47

Browse files
committed
Update to python 3.13
Use local fork for the time being. Signed-off-by: Enji Cooper <[email protected]>
1 parent 42538c6 commit 36d1a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM python:3.8-slim
1+
FROM python:3.13-slim
22

33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y \
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/ArchiveTeam/grab-site && \
8+
pip3 install --no-binary lxml --upgrade git+https://github.com/ngie-eign/grab-site && \
99
apt-get purge -y \
10-
git build-essential pkg-config && \
10+
git build-essential pkg-config && \
1111
apt-get autoremove -y && apt-get clean && \
1212
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
1313

0 commit comments

Comments
 (0)