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 c92c440 commit 6274c0fCopy full SHA for 6274c0f
Dockerfile
@@ -43,6 +43,8 @@ RUN wget -q https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz && \
43
CFLAGS="-Wformat" ./configure --prefix=/usr/local/ --enable-shared > /dev/null && \
44
make -j8 > /dev/null && make altinstall > /dev/null
45
46
+RUN rm -r /root/python_build
47
+
48
RUN apt-get update && \
49
apt-get install -y --allow-downgrades patchelf \
50
python3 python3-dev python3-pip \
0 commit comments