We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c1cf2 commit 3f19119Copy full SHA for 3f19119
Dockerfile
@@ -16,7 +16,7 @@ RUN cd "$(mktemp -d)" && \
16
curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz && \
17
tar xf Python-${PYTHON_VERSION}.tar.xz && \
18
cd Python-${PYTHON_VERSION} && \
19
- ./configure --prefix=/var/lang --enable-optimizations --with-lto=full --with-system-ffi --with-computed-gotos --enable-loadable-sqlite-extensions && \
+ ./configure --prefix=/var/lang --enable-optimizations --with-lto=full --with-computed-gotos --enable-loadable-sqlite-extensions && \
20
make -j "$(nproc)" && \
21
make install
22
0 commit comments