eienmojiki commited on
Commit
0107729
1 Parent(s): e5c9347

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
38
  rm -rf /var/lib/apt/lists/*
39
 
40
  RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - && \
41
- apt install nodejs && \
42
  # npm install -g yarn
43
 
44
  WORKDIR $HOME
 
38
  rm -rf /var/lib/apt/lists/*
39
 
40
  RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - && \
41
+ apt install nodejs
42
  # npm install -g yarn
43
 
44
  WORKDIR $HOME