contrib/docker/ubuntu.template
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 14 Feb 2018 17:44:54 +0530
changeset 36192 eb91ffdaaece
parent 34423 1baa077214ae
permissions -rw-r--r--
py3: slice over bytes to prevent getting ascii values Differential Revision: https://phab.mercurial-scm.org/D2271

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