Skip to content

Commit 55d6fd9

Browse files
committed
fix(docker): Add missing patchutils package to Fedora and Rocky Linux images
Signed-off-by: Steffen Vogel <[email protected]>
1 parent 3e2dfbc commit 55d6fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/docker/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN dnf -y install \
1717
gcc-14 g++-14 \
1818
pkgconfig cmake make \
1919
autoconf automake autogen libtool \
20-
texinfo git awk git-svn curl tar \
20+
texinfo git awk git-svn curl tar patchutils \
2121
flex bison \
2222
protobuf-compiler protobuf-c-compiler \
2323
clang-tools-extra

packaging/docker/Dockerfile.rocky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN dnf --allowerasing -y install \
2323
pkgconfig cmake make \
2424
autoconf automake libtool \
2525
flex bison \
26-
texinfo git git-svn curl tar \
26+
texinfo git git-svn curl tar patchutils \
2727
protobuf-compiler protobuf-c-compiler \
2828
clang-tools-extra
2929

0 commit comments

Comments
 (0)