# Centos8-Dockerfile FROM docker.io/pycontribs/centos:8 RUN yum install -y iproute firewalld net-tools && \ systemctl disable nftables && \ systemctl enable firewalld && \