rogerxavier commited on
Commit
376ed8c
1 Parent(s): d24f3fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9
2
  RUN apt update && apt install -y libgl1-mesa-glx
3
-
4
 
5
  ##安装imagemagic ,linux使用convert路径即可
6
  RUN apt install -y imagemagick
 
1
  FROM python:3.9
2
  RUN apt update && apt install -y libgl1-mesa-glx
3
+ USER root
4
 
5
  ##安装imagemagic ,linux使用convert路径即可
6
  RUN apt install -y imagemagick