Uhhy commited on
Commit
f003983
·
verified ·
1 Parent(s): 53feb35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -24,9 +24,8 @@ RUN apt-get update && apt-get install -y \
24
  libxrandr2 \
25
  xdg-utils \
26
  libu2f-udev \
27
- libvulkan1 \
28
- python3 \
29
- python3-pip
30
  RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
31
  RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
32
  RUN rm google-chrome-stable_current_amd64.deb
 
24
  libxrandr2 \
25
  xdg-utils \
26
  libu2f-udev \
27
+ libvulkan1
28
+
 
29
  RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
30
  RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
31
  RUN rm google-chrome-stable_current_amd64.deb