Skip to content

Commit a96d762

Browse files
author
Marvin Zhang
committed
updated frontend dockerfile
1 parent 3b78792 commit a96d762

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ENV NVM_DIR /usr/local/nvm
99
ENV NODE_VERSION 8.12.0
1010
ENV WORK_DIR /opt/crawlab/frontend
1111

12+
# install git curl
13+
RUN apt-get update
14+
RUN apt-get install git curl
15+
1216
# install nvm
1317
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash \
1418
&& . $NVM_DIR/nvm.sh \

0 commit comments

Comments
 (0)