Skip to content

Commit 60bb3ea

Browse files
authored
Merge pull request #2 from whyun-docker/feature/next
feat: fix missing package
2 parents efc44fe + f48937b commit 60bb3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
66
&& sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
77
&& apt-get update \
88
&& apt-get install --force-yes --no-install-recommends curl fonts-wqy-microhei \
9-
libgl1-mesa-glx libegl1 libxkbcommon0 libopengl0 -y \
9+
libglx-mesa0 libegl1 libxkbcommon0 libopengl0 -y \
1010
&& apt-get clean \
1111
&& rm -rf /var/lib/apt/lists/
1212

0 commit comments

Comments
 (0)