Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,9 @@ WORKDIR /app
|
|
| 5 |
|
| 6 |
# Install system dependencies
|
| 7 |
RUN apt-get update && apt-get install -y \
|
| 8 |
-
libgl1-mesa-glx
|
|
|
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir \
|
|
|
|
| 5 |
|
| 6 |
# Install system dependencies
|
| 7 |
RUN apt-get update && apt-get install -y \
|
| 8 |
+
libgl1-mesa-glx \
|
| 9 |
+
libglib2.0-0 \
|
| 10 |
+
git
|
| 11 |
|
| 12 |
|
| 13 |
RUN pip install --no-cache-dir \
|