Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -30,8 +30,7 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
30 |
apt-get install -y --no-install-recommends nvtop
|
31 |
|
32 |
RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
|
33 |
-
apt-get install -y nodejs
|
34 |
-
npm install -g configurable-http-proxy
|
35 |
|
36 |
RUN curl http://code-server.dev/install.sh -fsSL | bash
|
37 |
|
|
|
30 |
apt-get install -y --no-install-recommends nvtop
|
31 |
|
32 |
RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
|
33 |
+
apt-get install -y nodejs npm
|
|
|
34 |
|
35 |
RUN curl http://code-server.dev/install.sh -fsSL | bash
|
36 |
|