We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc9c29 commit c8c0059Copy full SHA for c8c0059
Dockerfile
@@ -22,9 +22,7 @@ RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/protobuf/repo/epel-9/k
22
RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/json/repo/epel-9/kpvdr-json-epel-9.repo > /etc/yum.repos.d/kpvdr-json-epel-9.repo
23
24
RUN dnf install -y 'dnf-command(copr)' \
25
-&& dnf copr enable -y kpvdr/json \
26
-&& dnf copr enable -y kpvdr/protobuf \
27
-&& dnf copr enable -y kpvdr/opentelemetry-cpp-rhel
+&& dnf copr enable -y kpvdr/opentelemetry-cpp
28
29
#CMake Error at /usr/lib64/cmake/protobuf/protobuf-targets.cmake:106 (message):
30
# The imported target "protobuf::libprotobuf-lite" references the file
0 commit comments