comparison contrib/docker/debian.template @ 33025:5c1283713293 stable

make: templatize Debian build target a la e63dfbbdbd07
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 23 Jun 2017 13:08:46 +0800
parents contrib/docker/debian-jessie@e02bae37af30
children 1baa077214ae
comparison
equal deleted inserted replaced
33024:9b690032fe07 33025:5c1283713293
1 FROM debian:__CODENAME__
2 RUN apt-get update && apt-get install -y \
3 build-essential \
4 debhelper \
5 dh-python \
6 devscripts \
7 less \
8 python \
9 python-all-dev \
10 python-docutils \
11 zip \
12 unzip