updated frontend dockerfile

This commit is contained in:
Marvin Zhang
2019-06-10 21:49:28 +08:00
parent 32e82ac444
commit 2eeb4f79a2

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 \