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