contrib/docker/ubuntu.template
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2018 10:17:58 -0700
changeset 36891 04af43e0a997
parent 34423 1baa077214ae
permissions -rw-r--r--
hgweb: move archivelist to standalone function This doesn't need to exist as an inline function in a method. Minor formatting changes were made as part of the move. Differential Revision: https://phab.mercurial-scm.org/D2813

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