view contrib/docker/debian.template @ 33338:ad124b3208fd

test-rebase: conditionalize output instead of tests This should help prevent breakage like was fixed in the last patch.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 08 Jul 2017 14:15:01 -0400
parents 5c1283713293
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