summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-05-04 20:18:30 -0400
committerMicah Anderson <micah@riseup.net>2017-05-04 20:18:30 -0400
commit90c82f4caccb8c142263b55d8e62efe63fd255d5 (patch)
treea3cc3242c7a799f95d43c416b4c760a643ab492d /docker
parent246041a4f22ca3966c3b8e98e3fe395a882d07fe (diff)
remove bitmask-dev Dockerfile, its in the project now
Diffstat (limited to 'docker')
-rw-r--r--docker/bitmask-dev/Dockerfile14
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/bitmask-dev/Dockerfile b/docker/bitmask-dev/Dockerfile
deleted file mode 100644
index 2be124e..0000000
--- a/docker/bitmask-dev/Dockerfile
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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