summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-05-04 14:21:34 -0400
committerMicah Anderson <micah@riseup.net>2017-05-04 14:30:39 -0400
commit6bcbff22d1cf82b33e29eadf8e1cb33c6e21009d (patch)
tree0aafc10530683ed816ce8f4514967bb28dfd0086 /tests
parentaa8cf504f876182048e1f0e5b72b234b10a7f472 (diff)
Build docker image and push it to the container registry when tests/docker are changed
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile
new file mode 100644
index 00000000..2be124e8
--- /dev/null
+++ b/tests/docker/Dockerfile
@@ -0,0 +1,14 @@
+# start with a fresh official ruby image
+# https://hub.docker.com/_/ruby/
+FROM ubuntu:16.04
+
+MAINTAINER LEAP Encryption Access Project <info@leap.se>
+LABEL Description="Image for building bitmask-dev based on Ubuntu 16:04" Vendor="LEAP" Version="1.0"
+
+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 \
+ patchelf libusb-0.1-4