view contrib/docker/debian.template @ 34130:ada8a19672ab

debuginstall: do not pass exception object to formatter (issue5676)
author Yuya Nishihara <yuya@tcha.org>
date Thu, 07 Sep 2017 22:36:54 +0900
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