contrib/docker/ubuntu.template
author Ryan McElroy <rmcelroy@fb.com>
Fri, 07 Apr 2017 10:46:32 -0700
changeset 31859 8e282aa3c3ff
parent 29031 e63dfbbdbd07
child 33023 e02bae37af30
permissions -rw-r--r--
show: fix corrupt json output with no bookmarks

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