| Mike Marchetti | 4b81dfa | 2018-04-18 10:52:18 -0400 | [diff] [blame] | 1 | FROM ubuntu:16.04 |
| 2 | |||||
| Mike Marchetti | 74d895f | 2018-04-18 11:17:45 -0400 | [diff] [blame^] | 3 | RUN apt-get update && apt-get -y install git make python python3 \ |
| Mike Marchetti | 4b81dfa | 2018-04-18 10:52:18 -0400 | [diff] [blame] | 4 | libcurl4-gnutls-dev libgnutls-dev tox python3-dev \ |
| Mike Marchetti | 74d895f | 2018-04-18 11:17:45 -0400 | [diff] [blame^] | 5 | debhelper python3-setuptools python-all python3-all apt-utils |