From a8d02e0155ecaf2e09e5a855b735979ae6885339 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 9 Oct 2025 00:19:07 +0100 Subject: Remove --with-system-expat from Python build arguments This seemed to be causing an error with the test_xml_etree_c test. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3