summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-12-22 19:57:52 +0100
committervarac <varacanero@zeromail.org>2016-12-22 19:57:52 +0100
commit967e4626b9e007e84f59b68a38fed1be2d488463 (patch)
treeb195f8262b13a978194f4e0ff8ef6ef994693446
parentcfbc388561233fab30ba50239a0da2cd033e9b80 (diff)
Add e2e test deps to bitmask-dev/Dockerfile
-rw-r--r--docker/bitmask-dev/Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/docker/bitmask-dev/Dockerfile b/docker/bitmask-dev/Dockerfile
index 7a7fa2f..7e6ff21 100644
--- a/docker/bitmask-dev/Dockerfile
+++ b/docker/bitmask-dev/Dockerfile
@@ -7,8 +7,7 @@ LABEL Description="Image for building bitmask-dev based on Ubuntu 16:04" Vendor=
RUN apt-get update
-# Install bitmask-dev build deps
+# 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
-
+ libsqlcipher-dev libssl-dev libffi-dev python-pyqt5 python-pyqt5.qtwebkit \
+ nodejs npm nodejs-legacy git swaks