aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-09 00:19:07 +0100
committerGravatar Joe Banks <[email protected]>2025-10-09 00:19:07 +0100
commita8d02e0155ecaf2e09e5a855b735979ae6885339 (patch)
treec211925bbb4b32f8c983b1108fbc2d06bce34953
parentUpdate pyenv to 2.6.9 (diff)
Remove --with-system-expat from Python build arguments
This seemed to be causing an error with the test_xml_etree_c test.
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2e0ff1f..5bcb727 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ FROM buildpack-deps:bookworm AS builder-py-base
ENV PYENV_ROOT=/pyenv \
PYTHON_CONFIGURE_OPTS='--disable-test-modules --enable-optimizations \
- --with-lto --with-system-expat --without-ensurepip'
+ --with-lto --without-ensurepip'
RUN apt-get -y update \
&& apt-get install -y --no-install-recommends \