contrib/docker/fedora21
author Augie Fackler <augie@google.com>
Sun, 01 Oct 2017 07:29:51 -0400
changeset 34426 ae2fcf7af409
parent 34423 1baa077214ae
permissions -rw-r--r--
httppasswordmgrdbproxy: specify exact arguments We only ever call these functions in a single way, so let's just actually specify them. We need to do some string/bytes encoding dancing here for Python 3, so it'll help to know what arguments we need to convert. # no-check-commit because I'm modifying functions that check-commit does not like. Differential Revision: https://phab.mercurial-scm.org/D885

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