From 1e5ba97f85679158b2fbdc5879d604cb3f1a9c96 Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Mon, 14 Oct 2024 17:01:23 -0400 Subject: [PATCH] til protobuf-c-devel comes from crb on rocky 9 --- .../actions/openziti-tunnel-build-action/redhat-9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/openziti-tunnel-build-action/redhat-9/Dockerfile b/.github/actions/openziti-tunnel-build-action/redhat-9/Dockerfile index b847fb21..04f57c3d 100644 --- a/.github/actions/openziti-tunnel-build-action/redhat-9/Dockerfile +++ b/.github/actions/openziti-tunnel-build-action/redhat-9/Dockerfile @@ -22,7 +22,6 @@ RUN dnf install -y \ zlib-devel \ systemd-rpm-macros \ cmake-rpm-macros \ - protobuf-c-devel \ perl-FindBin perl-IPC-Cmd perl-File-Compare perl-File-Copy \ libatomic \ && dnf config-manager --set-enabled crb \ @@ -31,6 +30,7 @@ RUN dnf install -y \ graphviz \ git \ json-c-devel \ + protobuf-c-devel \ ninja-build \ && dnf clean all