File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/opentelemetry-cpp-rhel
21
21
RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/protobuf/repo/epel-9/kpvdr-protobuf-epel-9.repo > /etc/yum.repos.d/kpvdr-protobuf-epel-9.repo
22
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
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
28
+
24
29
# CMake Error at /usr/lib64/cmake/protobuf/protobuf-targets.cmake:106 (message):
25
30
# The imported target "protobuf::libprotobuf-lite" references the file
26
31
#
You can’t perform that action at this time.
0 commit comments