contrib/packaging/docker/ubuntu.template
author Yuya Nishihara <yuya@tcha.org>
Sat, 26 May 2018 11:33:02 +0900
changeset 38177 7fa3408f83ef
parent 38003 1335bbfb066f
child 38457 11eda1f1b6e7
permissions -rw-r--r--
revlog: disallow setting uncompressed length to None Backed out changeset a4942675de6b

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