Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smilelikeshit committed Feb 22, 2020
1 parent 448037b commit 6b2531c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion v1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ RUN apt-get update && apt install $JAVA_VERSION git curl wget -y

RUN rm /bin/sh && ln -s /bin/bash /bin/sh

ENV NVM_DIR /opt/

# nvm environment variables
ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION 12.13.1


RUN curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.2/install.sh | bash

# install node and npm
Expand Down

0 comments on commit 6b2531c

Please sign in to comment.