rahulreshma commited on
Commit
8d07e2a
·
verified ·
1 Parent(s): f71a59e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -26,12 +26,12 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
26
  software-properties-common \
27
  && rm -rf /var/lib/apt/lists/*
28
 
29
- #RUN add-apt-repository ppa:flexiondotorg/nvtop && \
30
- # apt-get update && apt-get upgrade -y && \
31
- # apt-get install -y --no-install-recommends nvtop
32
 
33
  RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
34
- apt-get update && apt-get install -y nodejs && \
35
  npm install -g configurable-http-proxy
36
 
37
  # Create a working directory
 
26
  software-properties-common \
27
  && rm -rf /var/lib/apt/lists/*
28
 
29
+ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
30
+ apt-get upgrade -y && \
31
+ apt-get install -y --no-install-recommends nvtop
32
 
33
  RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
34
+ apt-get install -y nodejs && \
35
  npm install -g configurable-http-proxy
36
 
37
  # Create a working directory