contrib/packaging/docker/fedora28
author Raphaël Gomès <rgomes@octobus.net>
Wed, 21 Aug 2019 17:56:50 +0200
branchstable
changeset 42805 7521e6d18057
parent 38561 600d8d9b8551
permissions -rw-r--r--
makefile: run Rust tests if cargo is installed While no particular minimum toolchain version is targeted as of yet, this serves as a first step to make more people/machines run the Rust tests.

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