contrib/docker/debian.template
author David Demelier <demelier.david@gmail.com>
Mon, 03 Jul 2017 13:04:35 +0200
changeset 33328 c8f212cb0c83
parent 32150 5c1283713293
child 34424 1baa077214ae
permissions -rw-r--r--
hgweb: use ui._unset to prevent a warning in configitems

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