view contrib/docker/ubuntu.template @ 34579:1b59287a1cfa

doc: rename README to README.rst Many hosting services consider README without extension as plain text. By using .rst extension, we bring better formatting on many services (e.g. bitbucket).
author David Demelier <markand@malikania.fr>
date Tue, 26 Sep 2017 08:37:17 +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