Mythus commited on
Commit
c5db7cf
·
verified ·
1 Parent(s): 5b6a527

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
17
 
18
  RUN apt-get update && \
19
  apt-get install -y curl && \
20
- curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
21
  apt-get install -y nodejs && \
22
  apt-get remove -y curl && \
23
  apt-get -y autoclean
 
17
 
18
  RUN apt-get update && \
19
  apt-get install -y curl && \
20
+ curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
21
  apt-get install -y nodejs && \
22
  apt-get remove -y curl && \
23
  apt-get -y autoclean