contrib/packaging/docker/debian.template
author Yuya Nishihara <yuya@tcha.org>
Sat, 15 Sep 2018 21:28:47 +0900
changeset 39736 e7ae31199ff9
parent 38459 c8ef9d897e14
permissions -rw-r--r--
tests: show that the structure of the more status output looks weird Each dict should represent data of the same kind.

FROM debian:%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