view contrib/docker/ubuntu.template @ 31766:bdcaf612e75a

tests: add globs for Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 01 Apr 2017 14:48:39 -0400
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