Skip to content

Commit

Permalink
Merge pull request #2 from whyun-docker/feature/next
Browse files Browse the repository at this point in the history
feat: fix missing package
  • Loading branch information
yunnysunny authored Oct 1, 2024
2 parents efc44fe + f48937b commit 60bb3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
&& sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
&& apt-get update \
&& apt-get install --force-yes --no-install-recommends curl fonts-wqy-microhei \
libgl1-mesa-glx libegl1 libxkbcommon0 libopengl0 -y \
libglx-mesa0 libegl1 libxkbcommon0 libopengl0 -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/

Expand Down

0 comments on commit 60bb3ea

Please sign in to comment.