| Mike Marchetti | 26009a1 | 2018-04-25 14:57:09 -0400 | [diff] [blame] | 1 | FROM ubuntu:16.04 |
| 2 | |
| tierno | c312cc1 | 2018-05-04 15:11:26 +0200 | [diff] [blame] | 3 | RUN apt-get update && apt-get -y install git make python python3 python3-stdeb \ |
| Mike Marchetti | 26009a1 | 2018-04-25 14:57:09 -0400 | [diff] [blame] | 4 | libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ |
| Mike Marchetti | c8bf500 | 2018-04-25 15:03:33 -0400 | [diff] [blame] | 5 | debhelper python-setuptools python-all python3-all apt-utils python-magic |
| tierno | c312cc1 | 2018-05-04 15:11:26 +0200 | [diff] [blame] | 6 | |