diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-22 14:08:34 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-22 14:09:32 +0200 |
commit | ebc730e8a673edf3c40b4fc7811eff2c5d59195d (patch) | |
tree | cd3a808f69b97dd3b8615db26ab5d71e545903b4 /tests | |
parent | b2c8da69f7a06a4bdfe5c632931bf913c5110583 (diff) |
[tests] add openvpn and mocha to docker test container
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docker/Dockerfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index ffc59843..7336d0e9 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -10,6 +10,8 @@ RUN apt-get update # Install bitmask-dev build and test deps 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 wget \ - policykit-1 docker.io \ - patchelf libusb-0.1-4 + nodejs npm nodejs-legacy mocha \ + git swaks uuid-runtime \ + openvpn policykit-1 \ + wget patchelf libusb-0.1-4 \ + docker.io \ |