Skip to content

Commit d552a54

Browse files
committed
update dockerfile, update python
1 parent 9377d12 commit d552a54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ RUN service crond restart
3030

3131
# download python3
3232
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
33+
RUN wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz
34+
RUN tar -xf Python-3.6.1.tar.xz
3535

3636
# install python3
37-
WORKDIR /root/Python-3.5.3
37+
WORKDIR /root/Python-3.6.1
3838
RUN ./configure
3939
RUN make install
4040
RUN make clean

0 commit comments

Comments
 (0)