From 5ba1102f975208ee742e4196a4ffa8a6a32645bb Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 6 Jun 2019 07:54:00 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45d415d0..ef38e1b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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