Skip to content

Commit

Permalink
Merge pull request #1945 from openziti/controller-install-libbpf
Browse files Browse the repository at this point in the history
install libbpf in the controller image
  • Loading branch information
qrkourier authored Apr 19, 2024
2 parents 4214e22 + 80ed2ef commit 908aabe
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 908aabe

Please sign in to comment.