Update Dockerfile
Browse files- 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 |
-
|
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
|