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
commit 6da7e3e885

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/*