Skip to content

Commit 5913990

Browse files
author
Petr Matousek
committed
fix: Install patch utility for applying CMake patch
- Add 'patch' package to dnf install command - Required for applying disable-opentelemetry.patch
1 parent 0b08158 commit 5913990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN /usr/bin/crb enable
2323
# "/usr/lib64/libprotobuf-lite.so.3.19.6.0"
2424

2525
RUN dnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
26-
ccache findutils git patchelf \
26+
ccache findutils git patchelf patch \
2727
\
2828
cmake ninja-build \
2929
gcc gcc-c++ \

0 commit comments

Comments
 (0)