Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smilelikeshit committed Feb 17, 2020
1 parent 1c70ffb commit 44d9c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ RUN apt-get update && apt install $JAVA_VERSION git curl wget -y

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

RUN useradd -m -s /bin/bash -d /home/ubuntu -b /home/ubuntu ubuntu
USER ubuntu


ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION 12.13.1

Expand Down

0 comments on commit 44d9c66

Please sign in to comment.