There was an error while loading. Please reload this page.
1 parent 9377d12 commit d552a54Copy full SHA for d552a54
Dockerfile
@@ -30,11 +30,11 @@ RUN service crond restart
30
31
# download python3
32
WORKDIR /root/
33
-RUN wget https://www.python.org/ftp/python/3.5.3/Python-3.5.3.tar.xz
34
-RUN tar -xf Python-3.5.3.tar.xz
+RUN wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz
+RUN tar -xf Python-3.6.1.tar.xz
35
36
# install python3
37
-WORKDIR /root/Python-3.5.3
+WORKDIR /root/Python-3.6.1
38
RUN ./configure
39
RUN make install
40
RUN make clean
0 commit comments