YoBatM commited on
Commit
940adac
·
verified ·
1 Parent(s): 9e0708a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN wget https://raw.githubusercontent.com/coder/code-server/refs/heads/main/ins
25
  RUN bash install.sh
26
 
27
  #PUPPETEER
28
- RUN sudo apt-get install -y \
29
  libxkbcommon0 \
30
  libx11-xcb1 \
31
  libatk1.0-0 \
 
25
  RUN bash install.sh
26
 
27
  #PUPPETEER
28
+ RUN apt-get install -y \
29
  libxkbcommon0 \
30
  libx11-xcb1 \
31
  libatk1.0-0 \