diff --git a/Dockerfile.openshift b/Dockerfile.openshift index c924086e..49c5860f 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -39,13 +39,12 @@ ENV PYTHONDONTWRITEBYTECODE yes RUN INSTALL_PKGS=" \ tcpdump libpcap \ iproute iputils strace socat \ + frr \ python3 \ podman-catatonit" && \ yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS -RUN dnf -y update && \ -yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False frr-8.5.3-4.el9 && \ -yum clean all && rm -rf /var/cache/yum/* && rm -rf /var/cache/yum +RUN dnf -y update && yum clean all && rm -rf /var/cache/yum/* && rm -rf /var/cache/yum # frr.sh is the entry point. This script examines environment # variables to direct operation and configure ovn