Skip to content

Commit

Permalink
Provide protoc in the base image
Browse files Browse the repository at this point in the history
This avoids relying on a manually-maintained version in Submariner.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Dec 5, 2024
1 parent 68bdf81 commit c256118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/Dockerfile.shipyard-dapper-base
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH} PATH=/go/bin:/root/.l
# moreutils | sponge (for system tests)
# pip | Python package installation
# procps-ng | watch (for installing ACM)
# protobuf-compiler | protobuf compilation
# python3-jinja2-cli | Jinja2 template engine (used by OVN's kind setup script)
# qemu-user-static-* | Emulation (for multiarch builds)
# skopeo | container image manipulation
Expand Down Expand Up @@ -55,6 +56,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \
moreutils \
pip \
procps-ng \
protobuf-compiler \
python3-jinja2-cli \
qemu-user-static-aarch64 qemu-user-static-x86 \
skopeo \
Expand Down

0 comments on commit c256118

Please sign in to comment.