updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 20:27:16 +08:00
parent 184bacf069
commit 875f4f6548

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