diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-26 13:51:06 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-26 15:01:21 +0100 |
commit | 307389e1e43ca0e8a68fa6786ea1e0b43a0ad1b6 (patch) | |
tree | bbb932ad89d8a6f15739d25c5abe9b90b67c55bd /pkg/docker_bundle | |
parent | 53ae89d9df7a1b977afe72c5d099e15c8c62fe04 (diff) |
[pkg] add more missing libs and resources
Diffstat (limited to 'pkg/docker_bundle')
-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 2250c1ad..30a8f745 100644 --- a/pkg/docker_bundle/Dockerfile +++ b/pkg/docker_bundle/Dockerfile @@ -16,7 +16,7 @@ RUN apt update && apt upgrade -y 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 \ + python-pyqt5 python-pyqt5.qtwebengine python-pyqt5.qtwebchannel libqt5webengine-data \ qttranslations5-l10n \ libusb-0.1-4 patchelf wget \ gnupg1 git |