1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Merge pull request #21 from mobernabeu/enable_opengl

Fix OpenGL rendering by installing missing SW rendering library
This commit is contained in:
DoroWu
2015-12-16 23:15:57 +08:00
+1
View File
@@ -15,6 +15,7 @@ RUN apt-get update \
language-pack-zh-hant language-pack-gnome-zh-hant firefox-locale-zh-hant libreoffice-l10n-zh-tw \
nginx \
python-pip python-dev build-essential \
mesa-utils libgl1-mesa-dri \
&& apt-get autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*