view contrib/docker/debian.template @ 33851:7827fbbd0b06

templatekw: specify plural form of instability Follows up 40739aef97f7.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 13 Aug 2017 14:12:28 +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