thejagstudio commited on
Commit
09a0f84
1 Parent(s): eec9c02

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,8 +29,8 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
29
  apt-get upgrade -y && \
30
  apt-get install -y --no-install-recommends nvtop
31
 
32
- RUN apt install python3
33
- RUN apt install python3-pip
34
 
35
  RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
36
  apt-get install -y nodejs && \
 
29
  apt-get upgrade -y && \
30
  apt-get install -y --no-install-recommends nvtop
31
 
32
+ RUN apt install -y python3
33
+ RUN apt install -y python3-pip
34
 
35
  RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
36
  apt-get install -y nodejs && \