Skip to content

Commit c8c0059

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ RUN curl -L https://copr.fedorainfracloud.org/coprs/kpvdr/protobuf/repo/epel-9/k
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

2424
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
25+
&& dnf copr enable -y kpvdr/opentelemetry-cpp
2826

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

0 commit comments

Comments
 (0)