Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ RUN useradd -m -u 1000 ramm
|
|
| 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
|
| 25 |
|
| 26 |
# END ROOT USER #
|
| 27 |
|
|
|
|
| 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 npm install --lts
|
| 25 |
|
| 26 |
# END ROOT USER #
|
| 27 |
|