summaryrefslogtreecommitdiffstats
path: root/formal/promela/src/src/modules/comment_filter/Dockerfile
blob: 2fdb19e931d074de21cb4a05fbf4b45511efb525 (plain) (blame)
1
2
3
4
5
6
7
8
9
FROM ubuntu:14.04

MAINTAINER Craig Northway

RUN apt-get update && apt-get install -y python python3 python-pip git && pip install -U setuptools==25.2.0 tox

COPY . /src

RUN tox -c /src/tox.ini