We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78527f2 commit 6a3636cCopy full SHA for 6a3636c
1 file changed
docker/Dockerfile.nogil
@@ -26,8 +26,9 @@ RUN ./configure \
26
--prefix=/opt/python3 \
27
--disable-gil \
28
--enable-optimizations \
29
+ --enable-multilib \
30
--enable-shared \
- --enable-multilib
31
+ LDFLAGS="-Wl,-rpath /opt/python3/lib"
32
RUN make -j$(nproc)
33
RUN make install
34
0 commit comments