| garciadeblas | c9f7058 | 2017-04-21 14:33:32 +0200 | [diff] [blame] | 1 | FROM ubuntu:16.04 |
| 2 | |
| garciadeblas | dd93363 | 2017-04-24 10:15:33 +0200 | [diff] [blame] | 3 | RUN apt-get update && \ |
| garciadeblas | 5519577 | 2017-09-13 08:28:39 +0200 | [diff] [blame^] | 4 | 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 | |
| garciadeblas | c9f7058 | 2017-04-21 14:33:32 +0200 | [diff] [blame] | 8 | |