Updating with more missing packages
Browse files- Dockerfile +10 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,16 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
# Install dependencies
|
| 14 |
RUN apt-get update && apt-get install -y \
|
| 15 |
libgl1-mesa-glx \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
git \
|
| 17 |
wget \
|
| 18 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
| 13 |
# Install dependencies
|
| 14 |
RUN apt-get update && apt-get install -y \
|
| 15 |
libgl1-mesa-glx \
|
| 16 |
+
libegl1-mesa \
|
| 17 |
+
libxrandr2 \
|
| 18 |
+
libxrandr2 \
|
| 19 |
+
libxss1 \
|
| 20 |
+
libxcursor1 \
|
| 21 |
+
libxcomposite1 \
|
| 22 |
+
libasound2 \
|
| 23 |
+
libxi6 \
|
| 24 |
+
libxtst6 \
|
| 25 |
+
libglib2.0-0 \
|
| 26 |
git \
|
| 27 |
wget \
|
| 28 |
&& rm -rf /var/lib/apt/lists/*
|