We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efc44fe + f48937b commit 60bb3eaCopy full SHA for 60bb3ea
Dockerfile
@@ -6,7 +6,7 @@ RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
6
&& sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
7
&& apt-get update \
8
&& apt-get install --force-yes --no-install-recommends curl fonts-wqy-microhei \
9
- libgl1-mesa-glx libegl1 libxkbcommon0 libopengl0 -y \
+ libglx-mesa0 libegl1 libxkbcommon0 libopengl0 -y \
10
&& apt-get clean \
11
&& rm -rf /var/lib/apt/lists/
12
0 commit comments