From 25f257440a646fb3ca8038b29ecfb067388fd243 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 6 Jun 2019 07:19:44 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1a71f77..b512f630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ADD . /opt/crawlab # install python RUN apt-get update -RUN apt-get install -y python3 python3-pip net-tools iputils-ping vim ntp git nginx +RUN apt-get install -y python3 python3-pip net-tools iputils-ping git nginx # soft link RUN ln -s /usr/bin/pip3 /usr/local/bin/pip