contrib/docker/ubuntu.template
author Kevin Bullock <kbullock+mercurial@ringworld.org>
Tue, 01 Nov 2016 13:03:42 -0500
branchstable
changeset 30249 eab274469952
parent 29031 e63dfbbdbd07
child 33023 e02bae37af30
permissions -rw-r--r--
merge with i18n

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