Skip to content

Commit

Permalink
install libbpf in the controller image
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Apr 16, 2024
1 parent b0f91af commit 80ed2ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/docker-images/ziti-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ LABEL name="openziti/ziti-controller" \
# set up image as root, then drop privs to ziggy
USER root

RUN INSTALL_PKGS="util-linux libbpf" && \
microdnf -y update --setopt=install_weak_deps=0 --setopt=tsflags=nodocs && \
microdnf -y install --setopt=install_weak_deps=0 --setopt=tsflags=nodocs ${INSTALL_PKGS}

# used by entrypoint.bash to source the bootstrapping script in this image
ENV ZITI_CTRL_BOOTSTRAP_BASH=/bootstrap.bash

Expand Down

0 comments on commit 80ed2ef

Please sign in to comment.