summaryrefslogtreecommitdiff
path: root/docker/bitmask-dev/Dockerfile
blob: 7a7fa2fdd50ae3996ddf6ee3dcc800e7712c568c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 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