contrib/docker/debian.template
author Yuya Nishihara <yuya@tcha.org>
Thu, 07 Sep 2017 22:36:54 +0900
changeset 34145 ada8a19672ab
parent 32150 5c1283713293
child 34424 1baa077214ae
permissions -rw-r--r--
debuginstall: do not pass exception object to formatter (issue5676)

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