mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
Merge pull request #21 from mobernabeu/enable_opengl
Fix OpenGL rendering by installing missing SW rendering library
This commit is contained in:
commit
6da7e3e885
1 changed files with 1 additions and 0 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue