From 1cb4f1c08181edb9a3a88131f11db9ffa3a73976 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 \