contrib/packaging/docker/ubuntu.template
author Yuya Nishihara <yuya@tcha.org>
Fri, 07 Sep 2018 22:12:46 +0900
changeset 39485 6772cf74ff6f
parent 38463 c8ef9d897e14
child 44037 b084ad4875a4
permissions -rw-r--r--
hgweb: show shortlog by default in json output (issue5978)

FROM ubuntu:%CODENAME%

RUN groupadd -g 1000 build && \
    useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build

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