From 7df7d3f469be74d201b5b50eea515575d223b6e0 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 8 Jan 2018 14:40:56 +0100 Subject: [pkg] use bitmask-bundler image for bundles --- tests/docker/Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests') 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 LABEL Description="Image for building bitmask-dev based on Ubuntu 17:10" Vendor="LEAP" Version="1.0" +MAINTAINER LEAP Encryption Access Project # 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 -- cgit v1.2.3