view contrib/docker/ubuntu.template @ 34642:a679aa582d8d

check-code: forbid platform.system() See the previous patches for the reason. Differential Revision: https://phab.mercurial-scm.org/D1021
author Jun Wu <quark@fb.com>
date Wed, 11 Oct 2017 17:42:57 -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