contrib/docker/ubuntu.template
author Boris Feld <boris.feld@octobus.net>
Mon, 10 Jul 2017 17:24:28 +0200
changeset 33485 505021482541
parent 32148 e02bae37af30
child 34424 1baa077214ae
permissions -rw-r--r--
bookmark: use 'applychanges' when updating a bookmark through pushkey

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