Skip to content

Commit 653e182

Browse files
committed
Fix OpenGl rendering by installing missing SW rendering library
1 parent d0c90d4 commit 653e182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update \
1515
language-pack-zh-hant language-pack-gnome-zh-hant firefox-locale-zh-hant libreoffice-l10n-zh-tw \
1616
nginx \
1717
python-pip python-dev build-essential \
18+
mesa-utils libgl1-mesa-dri \
1819
&& apt-get autoclean \
1920
&& apt-get autoremove \
2021
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)