Skip to content

Commit eb31898

Browse files
authored
fix(3.12): remove faulty line from bookworm Dockerfile (#4)
1 parent f3f5cf0 commit eb31898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3.12/bookworm/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ ENV PYTHON_VERSION=3.12.7
3434
RUN set -eux; \
3535
\
3636
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; \
3837
mkdir -p /usr/src/python; \
3938
tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \
4039
rm python.tar.xz; \

0 commit comments

Comments
 (0)