view 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
line wrap: on
line source

FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  less \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip