contrib/docker/debian.template
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:46:01 +0200
changeset 33233 c9849bec227a
parent 33025 5c1283713293
child 34423 1baa077214ae
permissions -rw-r--r--
configitems: register the 'worker.numcpus' config

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