sapling/contrib/docker/centos7
2017-10-01 01:02:22 +02:00

13 lines
181 B
Plaintext

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