changeset 33023:e02bae37af30 stable

docker: install less as a build-time dependency in deb-based distros It's needed since 387a76cac28e, otherwise dpkg-checkbuilddeps errors out.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 23 Jun 2017 10:05:01 +0800
parents 4e7352b8325c
children 9b690032fe07
files contrib/docker/debian-jessie contrib/docker/ubuntu.template
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/docker/debian-jessie	Fri Jun 23 13:22:04 2017 +0200
+++ b/contrib/docker/debian-jessie	Fri Jun 23 10:05:01 2017 +0800
@@ -4,6 +4,7 @@
   debhelper \
   dh-python \
   devscripts \
+  less \
   python \
   python-all-dev \
   python-docutils \
--- a/contrib/docker/ubuntu.template	Fri Jun 23 13:22:04 2017 +0200
+++ b/contrib/docker/ubuntu.template	Fri Jun 23 10:05:01 2017 +0800
@@ -4,6 +4,7 @@
   debhelper \
   dh-python \
   devscripts \
+  less \
   python \
   python-all-dev \
   python-docutils \