Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 21 |
libxrandr2 \
|
| 22 |
libgbm1 \
|
| 23 |
libasound2 \
|
|
|
|
|
|
|
|
|
|
| 24 |
&& rm -rf /var/lib/apt/lists/*
|
| 25 |
|
| 26 |
# Copy the requirements file into the container
|
|
|
|
| 21 |
libxrandr2 \
|
| 22 |
libgbm1 \
|
| 23 |
libasound2 \
|
| 24 |
+
libx11-xcb1\
|
| 25 |
+
libxcursor1\
|
| 26 |
+
libgtk-3-0\
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
# Copy the requirements file into the container
|