mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-15 06:09:30 +02:00
FIX: added missing source refresh
This commit is contained in:
parent
0cc58023a3
commit
391ef259ab
@ -20,7 +20,8 @@ RUN apt install -y \
|
||||
|
||||
RUN apt install nano wget htop curl git zip unzip -y
|
||||
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
|
||||
RUN source ~/.bashrc
|
||||
|
||||
RUN \
|
||||
echo "**** install node repo ****" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user