Skip to content

Commit bdc9c29

Browse files
author
Petr Matousek
committed
missing kpvdr repos
1 parent 6e58ecb commit bdc9c29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/opentelemetry-cpp-rhel
2121
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
2222
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
2323

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+
2429
#CMake Error at /usr/lib64/cmake/protobuf/protobuf-targets.cmake:106 (message):
2530
# The imported target "protobuf::libprotobuf-lite" references the file
2631
#

0 commit comments

Comments
 (0)