view contrib/docker/ubuntu.template @ 29073:81bac118f9e2

revset: factor out common parsing function
author Yuya Nishihara <yuya@tcha.org>
date Sun, 17 Apr 2016 13:03:23 +0900
parents e63dfbbdbd07
children e02bae37af30
line wrap: on
line source

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