| Mike Marchetti | 952e203 | 2017-05-09 13:02:32 -0400 | [diff] [blame] | 1 | FROM ubuntu:16.04 |
| 2 | |||||
| 3 | RUN apt-get update && apt-get -y install git make python python3 \ | ||||
| Mike Marchetti | eeb2c00 | 2017-05-25 11:34:25 -0400 | [diff] [blame] | 4 | libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ |
| garciadeblas | 86f334b | 2018-04-19 15:42:09 +0200 | [diff] [blame] | 5 | debhelper python-setuptools python-all apt-utils |