Skip to content

Commit 3f19119

Browse files
committed
remove obsolete build option
1 parent 70c1cf2 commit 3f19119

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
@@ -16,7 +16,7 @@ RUN cd "$(mktemp -d)" && \
1616
curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz && \
1717
tar xf Python-${PYTHON_VERSION}.tar.xz && \
1818
cd Python-${PYTHON_VERSION} && \
19-
./configure --prefix=/var/lang --enable-optimizations --with-lto=full --with-system-ffi --with-computed-gotos --enable-loadable-sqlite-extensions && \
19+
./configure --prefix=/var/lang --enable-optimizations --with-lto=full --with-computed-gotos --enable-loadable-sqlite-extensions && \
2020
make -j "$(nproc)" && \
2121
make install
2222

0 commit comments

Comments
 (0)