Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
48f23d7
1
Parent(s):
1db4de5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
2 |
|
3 |
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
|
5 |
-
RUN
|
6 |
|
7 |
|
8 |
# RUN apt upgrade -y
|
|
|
2 |
|
3 |
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
|
5 |
+
RUN dpkg -L imagemagick
|
6 |
|
7 |
|
8 |
# RUN apt upgrade -y
|