diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-26 03:23:53 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-26 14:59:26 +0100 |
commit | 90dcd5a406e2a489d598544136528d44534e22a4 (patch) | |
tree | dc6a52d8e34036f7fa454df6eb742c873efb5575 /pkg/docker_bundle | |
parent | 92965c1bb5e2c1e624a8170accd56bab0b55f5b5 (diff) |
[pkg] use bjones experimental branch of pyinstaller
this is a nice refactor that fixes many of the qt5 packaging problems.
(although it brings a lot of new libs).
Diffstat (limited to 'pkg/docker_bundle')
-rw-r--r-- | pkg/docker_bundle/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/docker_bundle/Dockerfile b/pkg/docker_bundle/Dockerfile index c27a0e6f..3a80e490 100644 --- a/pkg/docker_bundle/Dockerfile +++ b/pkg/docker_bundle/Dockerfile @@ -17,5 +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 \ + qttranslations5-l10n \ libusb-0.1-4 patchelf wget \ - git + gnupg1 git |