view contrib/docker/ubuntu.template @ 33645:fef451e3d9ca stable

Added tag 4.2.3 for changeset 943c91326b23
author Augie Fackler <raf@durin42.com>
date Thu, 10 Aug 2017 14:14:48 -0400
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