Skip to content

Commit

Permalink
Merge pull request #7 from manuelbuil/python
Browse files Browse the repository at this point in the history
Add python to UBI
  • Loading branch information
manuelbuil authored Apr 15, 2021
2 parents 972f6f0 + 3541cd7 commit e9ef557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit e9ef557

Please sign in to comment.