updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-06 07:54:00 +08:00
parent 393d0dde5b
commit 4330652755

View File

@@ -9,7 +9,7 @@ ADD . /opt/crawlab
# install python
RUN apt-get update
RUN apt-get install -y python3 python3-pip net-tools iputils-ping redis-server git nginx curl
RUN apt-get install -y python3 python3-pip net-tools iputils-ping redis-server git nginx ntp curl
# python soft link
RUN ln -s /usr/bin/pip3 /usr/local/bin/pip