diff options
author | 2025-10-09 00:19:07 +0100 | |
---|---|---|
committer | 2025-10-09 00:19:07 +0100 | |
commit | a8d02e0155ecaf2e09e5a855b735979ae6885339 (patch) | |
tree | c211925bbb4b32f8c983b1108fbc2d06bce34953 | |
parent | Update 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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |