fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-08 23:10:22 +02:00
parent 8c32b84809
commit 158e2b9235

View File

@ -30,6 +30,8 @@ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-s
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*"
RUN mkdir $NVM_DIR && sudo chown coder $NVM_DIR && chown u+w $NVM_DIR
USER coder
# Install nvm with node and npm