view contrib/packaging/docker/fedora.template @ 43696:794426e96970

py3: pass bytes to `configint` and `configbool` Both functions require bytes, even in Python 3. Differential Revision: https://phab.mercurial-scm.org/D7453
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 18 Nov 2019 17:34:44 +0100
parents e66a3bfcb19b
children
line wrap: on
line source

FROM fedora:%OS_RELEASE%

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

RUN dnf install -y \
	gcc \
	gettext \
	make \
	python3-devel \
	python3-docutils \
	rpm-build

# For creating repo meta data
RUN dnf install -y createrepo