view contrib/docker/ubuntu.template @ 34240:25b24a3e5a9e

configitems: register the 'web.certificate' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:37 +0200
parents e02bae37af30
children 1baa077214ae
line wrap: on
line source

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