Files
role-check-mk-agent/Centos7-Dockerfile

4 lines
134 B
Plaintext

FROM docker.io/pycontribs/centos:7
RUN yum install -y iproute firewalld python-firewall net-tools && \
systemctl enable firewalld