view contrib/docker/ubuntu.template @ 29252:f1fe92c6c03c

url: remove use of sslkwargs
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 25 May 2016 19:57:02 -0700
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