centreon-plugins/.github/docker/Dockerfile.packaging-plugin...

14 lines
229 B
Docker
Raw Normal View History

ARG REGISTRY_URL
FROM ${REGISTRY_URL}/centos:7
2023-01-10 15:03:40 +01:00
RUN <<EOF
yum -y install git gettext rpm-build dos2unix python3 epel-release
yum -y install perl-App-FatPacker perl-File-Copy-Recursive perl-JSON
yum clean all
EOF
WORKDIR /src