blob: 7dac9e897874bf867e28e060d0d93b04e8f994bd [file] [log] [blame]
garciadeblasc9f70582017-04-21 14:33:32 +02001FROM ubuntu:16.04
2
garciadeblasdd933632017-04-24 10:15:33 +02003RUN apt-get update && \
garciadeblas55195772017-09-13 08:28:39 +02004 DEBIAN_FRONTEND=noninteractive apt-get -y install git make python python-pip debhelper && \
5 DEBIAN_FRONTEND=noninteractive pip install -U pip && \
6 DEBIAN_FRONTEND=noninteractive pip install -U setuptools setuptools-version-command stdeb
7
garciadeblasc9f70582017-04-21 14:33:32 +02008