contrib/docker/ubuntu.template
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 15 Mar 2017 00:28:21 -0700
changeset 31414 279cbde7bf3d
parent 29031 e63dfbbdbd07
child 33023 e02bae37af30
permissions -rw-r--r--
gpg: use 'wvfs' instead of 'wfile' Method is about to be deprecated and the modern form is shorter.

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