We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2dfbc commit 55d6fd9Copy full SHA for 55d6fd9
packaging/docker/Dockerfile.fedora
@@ -17,7 +17,7 @@ RUN dnf -y install \
17
gcc-14 g++-14 \
18
pkgconfig cmake make \
19
autoconf automake autogen libtool \
20
- texinfo git awk git-svn curl tar \
+ texinfo git awk git-svn curl tar patchutils \
21
flex bison \
22
protobuf-compiler protobuf-c-compiler \
23
clang-tools-extra
packaging/docker/Dockerfile.rocky
@@ -23,7 +23,7 @@ RUN dnf --allowerasing -y install \
24
autoconf automake libtool \
25
26
- texinfo git git-svn curl tar \
+ texinfo git git-svn curl tar patchutils \
27
28
29
0 commit comments