Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
curl \
|
| 11 |
software-properties-common \
|
| 12 |
git \
|
| 13 |
-
libgl1-mesa-glx \
|
| 14 |
-
libglib2.0-0 \
|
| 15 |
-
espeak \
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
# Copy requirements and source code
|
|
|
|
| 10 |
curl \
|
| 11 |
software-properties-common \
|
| 12 |
git \
|
| 13 |
+
libgl1-mesa-glx \
|
| 14 |
+
libglib2.0-0 \
|
| 15 |
+
espeak \
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
# Copy requirements and source code
|