view contrib/packaging/docker/fedora21 @ 40717:92c574684f75

annotate: remove dead code to not convert path to relative path It's annotate. There should be at least one file path specified.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 24 Nov 2018 20:05:55 +0900
parents 11eda1f1b6e7
children
line wrap: on
line source

FROM fedora:21

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

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

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