updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-06 07:28:14 +08:00
parent 2fd48e7b5a
commit a69e7129a3

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 git nginx
RUN apt-get install -y python3 python3-pip net-tools iputils-ping git nginx curl
# soft link
RUN ln -s /usr/bin/pip3 /usr/local/bin/pip