fix(core): update
This commit is contained in:
parent
8c32b84809
commit
158e2b9235
@ -30,6 +30,8 @@ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-s
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -r /var/lib/apt/lists/*"
|
&& rm -r /var/lib/apt/lists/*"
|
||||||
|
|
||||||
|
RUN mkdir $NVM_DIR && sudo chown coder $NVM_DIR && chown u+w $NVM_DIR
|
||||||
|
|
||||||
USER coder
|
USER coder
|
||||||
|
|
||||||
# Install nvm with node and npm
|
# Install nvm with node and npm
|
||||||
|
Loading…
Reference in New Issue
Block a user