view contrib/docker/ubuntu.template @ 37595:e2506748b47f

fix: add --all flag to fix non-public non-obsolete revisions Differential Revision: https://phab.mercurial-scm.org/D3213
author Danny Hooper <hooper@google.com>
date Fri, 30 Mar 2018 16:40:25 -0700
parents 1baa077214ae
children
line wrap: on
line source

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