aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \