view contrib/packaging/docker/ubuntu.template @ 38862:1ff45c518e6f

sparse: use named parameters in i18n strings This should give more hints about what the %s means, and allow reordering.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 04 Aug 2018 17:17:31 +0900
parents c8ef9d897e14
children b084ad4875a4
line wrap: on
line source

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