diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-15 16:51:58 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-17 23:05:19 +0200 |
commit | 776737c74c8ec84d7e8d19067446a09e99b575a0 (patch) | |
tree | f4705a6e41f4296447a658cf4efea246dffb3d8d /tests/docker | |
parent | 6ec874ad9a8341142334f738f962378d46a585a6 (diff) |
[bug] add policykit-1 to docker image for e2e tests
Diffstat (limited to 'tests/docker')
-rw-r--r-- | tests/docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 38936e6..2970199 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 |