view contrib/packaging/docker/fedora21 @ 43032:a12a9af7536c

sidedata: add a new revision flag constant for side data Small step first. Differential Revision: https://phab.mercurial-scm.org/D6888
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 07 Aug 2019 17:55:44 +0200
parents 11eda1f1b6e7
children
line wrap: on
line source

FROM fedora:21

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

RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build

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