contrib/docker/ubuntu.template
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 01 Apr 2017 14:48:39 -0400
changeset 31766 bdcaf612e75a
parent 29031 e63dfbbdbd07
child 33023 e02bae37af30
permissions -rw-r--r--
tests: add globs for Windows

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