Spaces:
Sleeping
Sleeping
added libs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED 1
|
|
| 11 |
# This is where your application's code will live.
|
| 12 |
WORKDIR /app
|
| 13 |
|
| 14 |
-
RUN apt-get update && apt-get install -y libgl1
|
| 15 |
|
| 16 |
# Copy the requirements file into the container at /app.
|
| 17 |
# This is done as a separate step to take advantage of Docker's layer caching.
|
|
|
|
| 11 |
# This is where your application's code will live.
|
| 12 |
WORKDIR /app
|
| 13 |
|
| 14 |
+
RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
|
| 15 |
|
| 16 |
# Copy the requirements file into the container at /app.
|
| 17 |
# This is done as a separate step to take advantage of Docker's layer caching.
|