diff --git a/python/3.12/Dockerfile b/python/3.12/Dockerfile index a2456ee..ec57287 100644 --- a/python/3.12/Dockerfile +++ b/python/3.12/Dockerfile @@ -34,7 +34,7 @@ RUN \ python.tar.xz \ && mkdir -p /usr/src/python \ && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \ - && rm python.tar.xz \ + && rm python.tar.xz python.tar.xz.sigstore \ \ && apk add --no-cache --virtual .build-deps \ patch \ diff --git a/python/3.13/Dockerfile b/python/3.13/Dockerfile index a2456ee..ec57287 100644 --- a/python/3.13/Dockerfile +++ b/python/3.13/Dockerfile @@ -34,7 +34,7 @@ RUN \ python.tar.xz \ && mkdir -p /usr/src/python \ && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \ - && rm python.tar.xz \ + && rm python.tar.xz python.tar.xz.sigstore \ \ && apk add --no-cache --virtual .build-deps \ patch \ diff --git a/python/3.14/Dockerfile b/python/3.14/Dockerfile index 03a1788..d0fcfa8 100644 --- a/python/3.14/Dockerfile +++ b/python/3.14/Dockerfile @@ -34,7 +34,7 @@ RUN \ python.tar.xz \ && mkdir -p /usr/src/python \ && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \ - && rm python.tar.xz \ + && rm python.tar.xz python.tar.xz.sigstore \ \ && apk add --no-cache --virtual .build-deps \ patch \