We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f5cf0 commit eb31898Copy full SHA for eb31898
3.12/bookworm/Dockerfile
@@ -34,7 +34,6 @@ ENV PYTHON_VERSION=3.12.7
34
RUN set -eux; \
35
\
36
wget -q -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; \
37
- rm -rf "$GNUPGHOME" python.tar.xz.asc; \
38
mkdir -p /usr/src/python; \
39
tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \
40
rm python.tar.xz; \
0 commit comments