Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
31 |
apt-get upgrade -y && \
|
32 |
apt-get install -y --no-install-recommends nvtop
|
33 |
|
34 |
-
RUN curl -
|
35 |
apt-get install -y nodejs && \
|
36 |
npm install -g configurable-http-proxy
|
37 |
|
|
|
31 |
apt-get upgrade -y && \
|
32 |
apt-get install -y --no-install-recommends nvtop
|
33 |
|
34 |
+
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash - && \
|
35 |
apt-get install -y nodejs && \
|
36 |
npm install -g configurable-http-proxy
|
37 |
|