rogerxavier
commited on
Commit
•
e2caf6d
1
Parent(s):
e2e4aba
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
FROM dpokidov/imagemagick
|
40 |
|
41 |
# 安装 Python 3.9
|
42 |
-
RUN apt-get update && apt-get install -y python3.9
|
43 |
|
44 |
# 设置 Python 3.9 作为默认 Python 版本
|
45 |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
|
|
|
39 |
FROM dpokidov/imagemagick
|
40 |
|
41 |
# 安装 Python 3.9
|
42 |
+
RUN apt-get update && apt-get install -y python3.9 libgl1-mesa-glx
|
43 |
|
44 |
# 设置 Python 3.9 作为默认 Python 版本
|
45 |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
|