view contrib/docker/fedora21 @ 35607:24b5106e3e1e

rust: avoid redundant 'static lifetime 'static is apparently automatic for const variables. Differential Revision: https://phab.mercurial-scm.org/D1846
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 10 Jan 2018 19:24:58 -0800
parents 1baa077214ae
children
line wrap: on
line source

FROM fedora:21
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build

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