From 3541cd77480b69183229327c8b3be27ff0d1755d Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 15 Apr 2021 11:21:28 +0200 Subject: [PATCH] Add python to UBI The entrypoint.sh script requires python Signed-off-by: Manuel Buil --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5536e6f..95002a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,7 @@ RUN go-assert-static.sh bin/* \ # Create the multus image FROM ${UBI_IMAGE} +RUN microdnf update -y && microdnf install python COPY --from=builder /go/multus-cni /usr/src/multus-cni COPY --from=cni_plugins /opt/cni/bin/bridge /opt/cni/bin/dhcp /opt/cni/bin/host-device /opt/cni/bin/host-local /opt/cni/bin/ipvlan /opt/cni/bin/macvlan /opt/cni/bin/ptp /opt/cni/bin/static /opt/cni/bin/tuning /opt/cni/bin/ WORKDIR /