contrib/docker/debian.template
author Anton Shestakov <av6@dwimlabs.net>
Fri, 23 Jun 2017 13:08:46 +0800
branchstable
changeset 32150 5c1283713293
parent 32148 contrib/docker/debian-jessie@e02bae37af30
child 34424 1baa077214ae
permissions -rw-r--r--
make: templatize Debian build target a la e63dfbbdbd07

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