Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit be36563

Browse files
committed
Remove unused flag, ref: docker-library/python#715
1 parent 4c5e346 commit be36563

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
@@ -18,7 +18,7 @@ RUN tar xzvf python.tgz
1818
WORKDIR /tmp/Python-${PYTHON_VERSION}
1919
RUN ./configure --enable-optimizations --enable-loadable-sqlite-extensions \
2020
--enable-option-checking=fatal --enable-shared \
21-
--with-system-expat --with-system-ffi
21+
--with-system-expat
2222
RUN make -j "$(nproc)"
2323
RUN make install
2424

0 commit comments

Comments
 (0)