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 fd6e8d2 commit a5d26d7Copy full SHA for a5d26d7
1 file changed
Dockerfile
@@ -41,10 +41,6 @@ FROM builder-py-base as builder-py-3_13
41
RUN /build_python.sh 3.13.1
42
# ------------------------------------------------------------------------------
43
FROM builder-py-base as builder-py-3_13t
44
-# Building with all 3 of the options below causes tests to fail.
45
-# Removing just the first means the image is a bit bigger, but we keep optimisations
46
-# --disable-test-modules --enable-optimizations --with-lto
47
-ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
48
RUN /build_python.sh 3.13.1t
49
50
FROM python:3.12-slim-bookworm as base
0 commit comments