view contrib/packaging/docker/fedora28 @ 42275:730edbd836d8

automation: only iterate over our AMIs We can't delete AMIs that we don't own. Iterating over other AMIs won't work and slows down execution. Differential Revision: https://phab.mercurial-scm.org/D6283
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 19 Apr 2019 05:07:44 -0700
parents 600d8d9b8551
children
line wrap: on
line source

FROM fedora:28

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

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

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