We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcf890 commit a8d02e0Copy full SHA for a8d02e0
Dockerfile
@@ -21,7 +21,7 @@ FROM buildpack-deps:bookworm AS builder-py-base
21
22
ENV PYENV_ROOT=/pyenv \
23
PYTHON_CONFIGURE_OPTS='--disable-test-modules --enable-optimizations \
24
- --with-lto --with-system-expat --without-ensurepip'
+ --with-lto --without-ensurepip'
25
26
RUN apt-get -y update \
27
&& apt-get install -y --no-install-recommends \
0 commit comments