Fix OpenGl rendering by installing missing SW rendering library

This commit is contained in:
Miguel O. Bernabeu 2015-12-16 14:01:07 +00:00
parent d0c90d4476
commit 653e182268
1 changed files with 1 additions and 0 deletions

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