updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 22:26:36 +08:00
parent 3b77f4a4e1
commit 1cb4f1c081

View File

@@ -17,7 +17,7 @@ RUN apt-get update
RUN apt-get install -y curl git
# install python
RUN apt-get install -y python3 python3-pip net-tools iputils-ping ntp
RUN apt-get install -y python python3 python3-pip net-tools iputils-ping ntp
# install nvm
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash \