view contrib/docker/debian-jessie @ 26353:7c20d501709b

clone: fix over-indented continuation line
author Sean Farley <sean@farley.io>
date Thu, 24 Sep 2015 15:47:23 -0700
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