Skip to content

Commit a8d02e0

Browse files
committed
Remove --with-system-expat from Python build arguments
This seemed to be causing an error with the test_xml_etree_c test.
1 parent bdcf890 commit a8d02e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM buildpack-deps:bookworm AS builder-py-base
2121

2222
ENV PYENV_ROOT=/pyenv \
2323
PYTHON_CONFIGURE_OPTS='--disable-test-modules --enable-optimizations \
24-
--with-lto --with-system-expat --without-ensurepip'
24+
--with-lto --without-ensurepip'
2525

2626
RUN apt-get -y update \
2727
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)