From b55d70c4e54782a232408a11bd0227b93952b43a Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 9 Jun 2019 22:26:36 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 958d0463..41b012a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \