rogerxavier
commited on
Commit
•
a18c92b
1
Parent(s):
ba040c6
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM python:3.9
|
2 |
-
|
3 |
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
|
5 |
RUN dpkg -L imagemagick
|
|
|
1 |
FROM python:3.9
|
2 |
+
USER root
|
3 |
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
|
5 |
RUN dpkg -L imagemagick
|