contrib/docker/ubuntu.template
author Yuya Nishihara <yuya@tcha.org>
Thu, 01 Mar 2018 08:38:39 -0500
changeset 36532 faaabe0dc4d1
parent 34424 1baa077214ae
permissions -rw-r--r--
py3: use bytes.endswith('\n') to strip off '\n' from debug color output

FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  devscripts \
  dh-python \
  less \
  python \
  python-all-dev \
  python-docutils \
  unzip \
  zip