Skip to content

Commit

Permalink
missing kpvdr repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Matousek committed Dec 6, 2024
1 parent 6e58ecb commit bdc9c29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/opentelemetry-cpp-rhel
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
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

RUN dnf install -y 'dnf-command(copr)' \
&& dnf copr enable -y kpvdr/json \
&& dnf copr enable -y kpvdr/protobuf \
&& dnf copr enable -y kpvdr/opentelemetry-cpp-rhel

#CMake Error at /usr/lib64/cmake/protobuf/protobuf-targets.cmake:106 (message):
# The imported target "protobuf::libprotobuf-lite" references the file
#
Expand Down

0 comments on commit bdc9c29

Please sign in to comment.