view contrib/docker/centos7 @ 36646:463df2986814

py3: fix slicing of bytes in patch.iterhunks()
author Yuya Nishihara <yuya@tcha.org>
date Sat, 03 Mar 2018 14:21:47 -0500
parents 1baa077214ae
children
line wrap: on
line source

FROM centos:centos7
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build \
	tar

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