contrib/docker/debian.template
author muxator <a.mux@inwind.it>
Sun, 01 Oct 2017 01:02:22 +0200
changeset 34423 1baa077214ae
parent 33025 5c1283713293
permissions -rw-r--r--
docker: try to follow the best practices for writing Dockerfiles Merged multiple RUN instructions and sorted the arguments alphabetically Reference: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/

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