Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
|
@@ -8,10 +8,10 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
curl \
|
| 9 |
software-properties-common \
|
| 10 |
git \
|
| 11 |
-
libgl1-mesa-glx \
|
| 12 |
-
libx11-6 \
|
| 13 |
-
libxext6 \
|
| 14 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 15 |
|
| 16 |
# Copy application files
|
| 17 |
COPY requirements.txt ./
|
|
|
|
| 8 |
curl \
|
| 9 |
software-properties-common \
|
| 10 |
git \
|
| 11 |
+
libgl1-mesa-glx \
|
| 12 |
+
libx11-6 \
|
| 13 |
+
libxext6 \
|
| 14 |
+
&& rm -rf /var/lib/apt/lists/*
|
| 15 |
|
| 16 |
# Copy application files
|
| 17 |
COPY requirements.txt ./
|