Skip to content
Snippets Groups Projects
Commit 600d8d9b authored by Augie Fackler's avatar Augie Fackler
Browse files

packaging: add fedora 28

Differential Revision: https://phab.mercurial-scm.org/D3892
parent bc4bbc42
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,7 @@
docker-debian-stretch \
docker-fedora20 \
docker-fedora21 \
docker-fedora28 \
docker-ubuntu-trusty \
docker-ubuntu-trusty-ppa \
docker-ubuntu-xenial \
......@@ -186,6 +187,7 @@
docker-ubuntu-bionic-ppa \
fedora20 \
fedora21 \
fedora28 \
linux-wheels \
linux-wheels-x86_64 \
linux-wheels-i686 \
......
......@@ -13,7 +13,8 @@
FEDORA_RELEASES := \
20 \
21
21 \
28
CENTOS_RELEASES := \
5 \
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment