Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -19,8 +19,7 @@ RUN mkdir bott
|
|
| 19 |
RUN useradd -m -u 1000 ramm
|
| 20 |
|
| 21 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 22 |
-
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
| 23 |
-
source ~/.bashrc
|
| 24 |
|
| 25 |
RUN nvm install --lts
|
| 26 |
|
|
|
|
| 19 |
RUN useradd -m -u 1000 ramm
|
| 20 |
|
| 21 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 22 |
+
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash source ~/.bashrc
|
|
|
|
| 23 |
|
| 24 |
RUN nvm install --lts
|
| 25 |
|