contrib/docker/debian.template
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 14:13:13 -0400
changeset 33895 aed91971d88c
parent 33025 5c1283713293
child 34423 1baa077214ae
permissions -rw-r--r--
simplemerge: update to conform with modern import conventions

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