Skip to content

Commit

Permalink
ci: ovn-kubernetes: Add missing socat package
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Musil <amusil@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
Acked-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
almusil authored and putnopvut committed May 11, 2022
1 parent fa7d86a commit 83d07fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ovn-kubernetes/Dockerfile
Expand Up @@ -60,7 +60,7 @@ FROM fedora:35

# install needed dependencies
RUN INSTALL_PKGS=" \
iptables iproute iputils hostname unbound-libs kubernetes-client kmod" && \
iptables iproute iputils hostname unbound-libs kubernetes-client kmod socat" && \
dnf install --best --refresh -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
dnf clean all && rm -rf /var/cache/dnf/*

Expand Down

0 comments on commit 83d07fe

Please sign in to comment.