Skip to content

Commit

Permalink
Dockerfile: Add required packages to enable IPsec in CNO
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
  • Loading branch information
markdgray committed Dec 2, 2020
1 parent e887c6f commit ac45685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -40,9 +40,10 @@ RUN INSTALL_PKGS=" \
libpcap iproute strace \
containernetworking-plugins \
tcpdump iputils \
libreswan \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 == $ovsver" "openvswitch2.13-devel == $ovsver" "python3-openvswitch2.13 == $ovsver" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 == $ovsver" "openvswitch2.13-devel == $ovsver" "python3-openvswitch2.13 == $ovsver" "openvswitch2.13-ipsec == $ovsver" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 == $ovnver" "ovn2.13-central == $ovnver" "ovn2.13-host == $ovnver" "ovn2.13-vtep == $ovnver" && \
yum clean all && rm -rf /var/cache/*

Expand Down

0 comments on commit ac45685

Please sign in to comment.