diff contrib/docker/ubuntu.template @ 29031:e63dfbbdbd07 stable

make: turn ubuntu docker into template This allows us to easily add more ubuntu docker targets (which following patches will do). Also, we no longer need the mkdir command.
author Sean Farley <sean@farley.io>
date Tue, 26 Apr 2016 23:33:17 -0700
parents
children e02bae37af30
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/docker/ubuntu.template	Tue Apr 26 23:33:17 2016 -0700
@@ -0,0 +1,11 @@
+FROM ubuntu:__CODENAME__
+RUN apt-get update && apt-get install -y \
+  build-essential \
+  debhelper \
+  dh-python \
+  devscripts \
+  python \
+  python-all-dev \
+  python-docutils \
+  zip \
+  unzip