SnowFlash383935 commited on
Commit
df65e15
·
verified ·
1 Parent(s): f026393

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
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_20.x | bash - && \
34
  apt-get install -y nodejs && \
35
  npm install -g configurable-http-proxy
 
29
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \
30
  apt-get upgrade -y && \
31
  apt-get install -y --no-install-recommends nvtop
32
+ RUN add-apt-repository ppa:longsleep/golang-backports
33
  RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
34
  apt-get install -y nodejs && \
35
  npm install -g configurable-http-proxy