updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 20:27:16 +08:00
parent 5065e471db
commit 4615362d86

View File

@@ -14,7 +14,7 @@ ENV WORK_DIR /opt/crawlab
# install curl git
RUN apt-get update
RUN apt-get install curl git
RUN apt-get install -y curl git
# install nvm