diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-08 14:40:56 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-09 00:30:28 +0100 |
commit | 7df7d3f469be74d201b5b50eea515575d223b6e0 (patch) | |
tree | 04a5bdb9fd9cd38b8eb1a6a05aef5671a6a25c8e /tests | |
parent | 7077a5ff7a80a0c36525e027ec1e58680d008a50 (diff) |
[pkg] use bitmask-bundler image for bundles
Diffstat (limited to 'tests')
-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 |