diff options
Diffstat (limited to 'tests/docker/Dockerfile')
-rw-r--r-- | tests/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 2be124e..38936e6 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -1,6 +1,6 @@ # start with a fresh official ruby image # https://hub.docker.com/_/ruby/ -FROM ubuntu:16.04 +FROM 0xacab.org:4567/leap/bitmask-dev:latest 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" @@ -11,4 +11,4 @@ RUN apt-get update 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 + patchelf libusb-0.1-4 docker.io |