Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,7 @@ WORKDIR /app
|
|
| 15 |
# Install required system dependencies
|
| 16 |
RUN apt-get update && apt-get install -y \
|
| 17 |
libmagic1 \
|
|
|
|
| 18 |
file \
|
| 19 |
&& rm -rf /var/lib/apt/lists/*
|
| 20 |
|
|
|
|
| 15 |
# Install required system dependencies
|
| 16 |
RUN apt-get update && apt-get install -y \
|
| 17 |
libmagic1 \
|
| 18 |
+
libgl1 \
|
| 19 |
file \
|
| 20 |
&& rm -rf /var/lib/apt/lists/*
|
| 21 |
|