diff --git a/Dockerfile b/Dockerfile index 4a246a2..4b093ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ -FROM python:3.8-slim +FROM python:3.13-slim RUN apt-get update && \ apt-get install --no-install-recommends -y \ git wget ca-certificates git build-essential libssl-dev zlib1g-dev \ libbz2-dev libreadline-dev libsqlite3-dev libffi-dev libxml2-dev \ libxslt1-dev libre2-dev pkg-config && \ - 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@py313-support && \ apt-get purge -y \ - git build-essential pkg-config && \ + git build-essential pkg-config && \ apt-get autoremove -y && apt-get clean && \ rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*