view contrib/docker/ubuntu.template @ 34609:9d97487514c7

configitems: register the 'web.hidden' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:15:37 +0200
parents 1baa077214ae
children
line wrap: on
line source

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