summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-22 15:22:08 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-05-22 15:22:08 +0200
commitb75ee7ef5d2583e0e34d798ea897e193c70cc65e (patch)
tree283b9eebf7d31c237e24a61c9063dc88a9c037d6
parentebc730e8a673edf3c40b4fc7811eff2c5d59195d (diff)
[tests] add lxpolkit to the test-docker deps
this is an attempt to debug the failure of the vpn e2e test on the works. if this commit makes the test pass, it means that we need to capture the "no polkit authentication agent running" in a more meaningful way.
-rw-r--r--tests/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile
index 7336d0e..4dfeab3 100644
--- a/tests/docker/Dockerfile
+++ b/tests/docker/Dockerfile
@@ -12,6 +12,6 @@ RUN apt-get -y install build-essential python-virtualenv libpython-dev \
libsqlcipher-dev libssl-dev libffi-dev python-pyqt5 python-pyqt5.qtwebkit \
nodejs npm nodejs-legacy mocha \
git swaks uuid-runtime \
- openvpn policykit-1 \
+ openvpn policykit-1 lxpolkit \
wget patchelf libusb-0.1-4 \
docker.io \