File tree Expand file tree Collapse file tree 4 files changed +3
-21
lines changed
Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ RUN rpm -ivh epel-release-latest-9.noarch.rpm
1717RUN dnf install -y 'dnf-command(config-manager)'
1818RUN /usr/bin/crb enable
1919
20- RUN dnf install -y 'dnf-command(copr)' \
21- && dnf copr enable -y kvanderr/rh-opentelemetry-cpp \
22- && dnf copr enable -y kvanderr/rh-protobuf \
23- && dnf copr enable -y kvanderr/rh-json
24-
2520# CMake Error at /usr/lib64/cmake/protobuf/protobuf-targets.cmake:106 (message):
2621# The imported target "protobuf::libprotobuf-lite" references the file
2722#
@@ -84,11 +79,6 @@ RUN rpm -ivh epel-release-latest-9.noarch.rpm
8479RUN dnf install -y 'dnf-command(config-manager)'
8580RUN /usr/bin/crb enable
8681
87- RUN dnf install -y 'dnf-command(copr)' \
88- && dnf copr enable -y kvanderr/rh-opentelemetry-cpp \
89- && dnf copr enable -y kvanderr/rh-protobuf \
90- && dnf copr enable -y kvanderr/rh-json
91-
9282RUN dnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
9383 protobuf-lite \
9484 opentelemetry-cpp opentelemetry-cpp-exporter-otlp opentelemetry-cpp-zpages \
Original file line number Diff line number Diff line change 11FROM docker.io/library/fedora:37
22
3- RUN dnf install -y 'dnf-command(copr)' \
4- && dnf copr enable -y kvanderr/rh-opentelemetry-cpp \
5- && dnf install -y \
3+ RUN dnf install -y \
64 npm \
75 \
86 cmake \
Original file line number Diff line number Diff line change 11FROM docker.io/almalinux/8-base
22
3- RUN dnf install -y 'dnf-command(copr)' \
4- && dnf copr enable -y kvanderr/rh-opentelemetry-cpp \
5- && yum install -y dnf \
3+ RUN yum install -y dnf \
64&& dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
75&& dnf install -y \
86 npm \
Original file line number Diff line number Diff line change 22
33FROM docker.io/almalinux/8-base
44
5- RUN dnf install -y 'dnf-command(copr)' \
6- && dnf copr enable -y kvanderr/rh-json \
7- && dnf copr enable -y kvanderr/rh-protobuf \
8- && dnf copr enable -y kvanderr/rh-opentelemetry-cpp \
9- && yum install -y dnf \
5+ RUN yum install -y dnf \
106&& dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
117&& dnf install -y \
128 npm \
You can’t perform that action at this time.
0 commit comments