updated frontend dockerfile

This commit is contained in:
Marvin Zhang
2019-06-10 21:49:28 +08:00
parent 8147457f95
commit 3f0a9cb7e8

View File

@@ -11,7 +11,7 @@ ENV WORK_DIR /opt/crawlab/frontend
# install git curl
RUN apt-get update
RUN apt-get install git curl
RUN apt-get install -y git curl
# install nvm
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash \