view contrib/docker/debian-jessie @ 32935:69d1c3ea0d6f

keyword: use context manager for rollback locking
author Christian Ebert <blacktrash@gmx.net>
date Tue, 20 Jun 2017 12:51:36 +0100
parents 4c4d0012db4f
children e02bae37af30
line wrap: on
line source

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