summaryrefslogtreecommitdiff
path: root/pkg/docker_bundle/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/docker_bundle/Dockerfile')
-rw-r--r--pkg/docker_bundle/Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/docker_bundle/Dockerfile b/pkg/docker_bundle/Dockerfile
new file mode 100644
index 00000000..686bc7d1
--- /dev/null
+++ b/pkg/docker_bundle/Dockerfile
@@ -0,0 +1,11 @@
+FROM ubuntu:16.04
+
+MAINTAINER LEAP Encryption Access Project <info@leap.se>
+LABEL Description="Image for building Bitmask bundle based on Ubuntu 16:04" Vendor="LEAP" Version="1.0"
+
+RUN apt update && apt upgrade -y
+
+# Install bitmask-dev build deps
+RUN apt install -y git build-essential python-virtualenv libpython-dev \
+ libsqlcipher-dev libssl-dev libffi-dev python-pyqt5 python-pyqt5.qtwebkit
+