contrib/docker/debian.template
author Boris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:43:39 +0200
changeset 34113 a6fa5af781a4
parent 33025 5c1283713293
child 34423 1baa077214ae
permissions -rw-r--r--
configitems: register the 'patchbomb.flagtemplate' config

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