contrib/packaging/docker/centos7
author Mathias De Mare <mathias.de_mare@nokia.com>
Fri, 06 Nov 2020 17:32:23 +0100
changeset 45855 de1f4c431619
parent 41234 4c0d4bbdc395
child 45950 eccbfa7e19c0
permissions -rw-r--r--
packaging: switch centos 7 packaging to python 3 Differential Revision: https://phab.mercurial-scm.org/D9293

FROM centos:centos7

RUN groupadd -g %GID% build && \
    useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build

RUN yum install -y epel-release
RUN yum install -y \
	gcc \
	gettext \
	make \
	python3-devel \
	python36-docutils \
	rpm-build \
	tar

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