diff options
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 |