justest commited on
Commit
20560c9
1 Parent(s): f889985

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -66,12 +66,9 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
66
 
67
  ENV LC_CTYPE=C.UTF-8
68
  ENV LANG=C.UTF-8
69
- ENV PATH $PATH:${HOME}/.npm-global/bin
70
- RUN mkdir ~/.npm-global
71
 
72
- RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
73
  apt-get install -y nodejs && \
74
- npm config set prefix '~/.npm-global' && \
75
  npm install -g configurable-http-proxy && \
76
  npm install -g tslab && \
77
  tslab install
 
66
 
67
  ENV LC_CTYPE=C.UTF-8
68
  ENV LANG=C.UTF-8
 
 
69
 
70
+ RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
71
  apt-get install -y nodejs && \
 
72
  npm install -g configurable-http-proxy && \
73
  npm install -g tslab && \
74
  tslab install