diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-18 17:03:08 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-18 17:03:08 +0200 |
commit | 2a785f3c153d03057c0a26993dafc3b5f45714b6 (patch) | |
tree | cff69c034a88bf694368cc9e5328bf7c086486f2 /tests/docker/Dockerfile | |
parent | 3e18344baa21e0d637d8167b94a3992fe0688d74 (diff) |
[pkg] need wget for bundles
Diffstat (limited to 'tests/docker/Dockerfile')
-rw-r--r-- | tests/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index de480204..ffc59843 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -10,6 +10,6 @@ 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 \ + nodejs npm nodejs-legacy git swaks uuid-runtime wget \ policykit-1 docker.io \ patchelf libusb-0.1-4 |