contrib/docker/debian-jessie
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 01 Dec 2015 15:29:11 -0800
changeset 27178 5ebc4a192550
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
addrevision: rename 'd' to 'delta' That variable is quite central to the whole function. Giving it a more explicit name help with code readability.

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