updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-06 07:19:44 +08:00
parent 19cd332f86
commit cf7e175802

View File

@@ -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