Duongkum999 commited on
Commit
fbd3564
·
1 Parent(s): ee8bb93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
31
  xdotool \
32
  zsh \
33
  && rm -rf /var/lib/apt/lists/*
34
- RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -\
35
  && apt install nodejs
36
  WORKDIR /home/
37
 
 
31
  xdotool \
32
  zsh \
33
  && rm -rf /var/lib/apt/lists/*
34
+ RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -\
35
  && apt install nodejs
36
  WORKDIR /home/
37