From 6bcbff22d1cf82b33e29eadf8e1cb33c6e21009d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 4 May 2017 14:21:34 -0400 Subject: Build docker image and push it to the container registry when tests/docker are changed --- tests/docker/Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/docker/Dockerfile (limited to 'tests/docker') 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 +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 -- cgit v1.2.3