From: Mike Marchetti Date: Wed, 25 Apr 2018 18:57:09 +0000 (-0400) Subject: Add Dockerfile for pipeline X-Git-Tag: v4.0.0~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F6032%2F1;p=osm%2Fcommon.git Add Dockerfile for pipeline Signed-off-by: Mike Marchetti --- diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..767d3f8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:16.04 + +RUN apt-get update && apt-get -y install git make python python3 \ + libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ + debhelper python-setuptools python-all apt-utils python-magic