diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-26 20:59:43 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-26 22:55:05 +0100 |
commit | bf37fdc8622419b151126b5657bdf677c11708b0 (patch) | |
tree | 3fc80d297ac6ac0ba4c683ac7a88b90b28a06e3e /pkg | |
parent | 87531f40e3f1645210ecae6439058433980715d5 (diff) |
[pkg] add library for libGL to base image
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/docker_bundle/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker_bundle/Dockerfile b/pkg/docker_bundle/Dockerfile index 30a8f745..30ed6859 100644 --- a/pkg/docker_bundle/Dockerfile +++ b/pkg/docker_bundle/Dockerfile @@ -17,6 +17,6 @@ RUN apt install -y --no-install-recommends \ build-essential virtualenv libpython-dev \ libsqlcipher-dev libssl-dev libffi-dev \ python-pyqt5 python-pyqt5.qtwebengine python-pyqt5.qtwebchannel libqt5webengine-data \ - qttranslations5-l10n \ + qttranslations5-l10n libgl1-mesa-glx \ libusb-0.1-4 patchelf wget \ gnupg1 git |