contrib/docker/ubuntu.template
author Anton Shestakov <av6@dwimlabs.net>
Fri, 23 Jun 2017 10:05:01 +0800
branchstable
changeset 33023 e02bae37af30
parent 29031 e63dfbbdbd07
child 34423 1baa077214ae
permissions -rw-r--r--
docker: install less as a build-time dependency in deb-based distros It's needed since 387a76cac28e, otherwise dpkg-checkbuilddeps errors out.

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