rvc11 commited on
Commit
4dbb63a
·
verified ·
1 Parent(s): 1b06ace

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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