diff options
Diffstat (limited to 'tests/docker/Dockerfile')
-rw-r--r-- | tests/docker/Dockerfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 294b3305..51ce3149 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -1,18 +1,20 @@ FROM 0xacab.org:4567/leap/docker/ubuntu:artful_amd64 -MAINTAINER LEAP Encryption Access Project <info@leap.se> LABEL Description="Image for building bitmask-dev based on Ubuntu 17:10" Vendor="LEAP" Version="1.0" +MAINTAINER LEAP Encryption Access Project <info@leap.se> # Install bitmask-dev build and test deps RUN apt-get update && \ apt-get -y install --no-install-recommends \ - build-essential tox libpython-dev \ + build-essential python-virtualenv libpython-dev \ libsqlcipher-dev libssl-dev libffi-dev \ python-pyqt5 python-pyqt5.qtwebengine \ + libusb-0.1-4 patchelf wget \ + git \ + tox \ nodejs npm mocha \ - git swaks uuid-runtime \ + swaks uuid-runtime \ openvpn policykit-1 lxpolkit \ - wget patchelf libusb-0.1-4 \ xvfb gnupg1 haveged \ # needed for chromedriver libgconf-2-4 chromium-browser unzip |