contrib/docker/ubuntu.template
author Simon Farnsworth <simonfar@fb.com>
Mon, 06 Mar 2017 03:09:15 -0800
changeset 31215 a48c6ac5c13a
parent 29031 e63dfbbdbd07
child 32148 e02bae37af30
permissions -rw-r--r--
hook: give exthooks tags for blocking time The ui.system autogenerated tag isn't really useful - as they're named, let's use the name the user gave us.

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