view contrib/docker/ubuntu.template @ 33117:6ef5f0c95d64

setup: fix localhgenv It should return env as a dict instead of None.
author Jun Wu <quark@fb.com>
date Wed, 28 Jun 2017 06:49:01 -0700
parents e02bae37af30
children 1baa077214ae
line wrap: on
line source

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