contrib/docker/ubuntu.template
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 29 Aug 2017 16:38:10 -0400
branchstable
changeset 33672 3c3066367d72
parent 32148 e02bae37af30
child 34424 1baa077214ae
permissions -rw-r--r--
debugssl: allow a URL to be specified without a local repository This was the original intent, but I bungled the logic. Otherwise if there is a certificate chain issue, the repository can't be cloned in order for there to be a repo object. I think I missed this case because I was inside of a Mercurial clone as I was originally developing and testing this.

FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  less \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip