summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-15 16:51:58 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-05-17 23:05:19 +0200
commit776737c74c8ec84d7e8d19067446a09e99b575a0 (patch)
treef4705a6e41f4296447a658cf4efea246dffb3d8d /tests
parent6ec874ad9a8341142334f738f962378d46a585a6 (diff)
[bug] add policykit-1 to docker image for e2e tests
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile
index 38936e62..2970199b 100644
--- a/tests/docker/Dockerfile
+++ b/tests/docker/Dockerfile
@@ -11,4 +11,5 @@ RUN apt-get update
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 git swaks uuid-runtime \
- patchelf libusb-0.1-4 docker.io
+ policykit-1 docker.io \
+ patchelf libusb-0.1-4