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

7 lines
185 B
Plaintext
Raw Permalink Normal View History

2020-10-15 14:23:17 +13:00
# Centos8-Dockerfile
FROM docker.io/pycontribs/centos:8
RUN yum install -y iproute firewalld net-tools && \
systemctl disable nftables && \
systemctl enable firewalld && \