Add glibc-gconv-extra to avoid error:

Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(),

in linux-utils package.
This commit is contained in:
Daniel Pawlik
2024-11-24 14:29:23 +01:00
parent 0fa1b7658b
commit cd7bbee2cf

View File

@@ -3,7 +3,7 @@ FROM fedora:41
RUN yum update -y && dnf -y group install development-tools
RUN dnf -y install vim bash-completion file bzip2 gcc gcc-c++ git make ncurses-devel patch \
rsync tar unzip wget which diffutils python3 perl-base \
rsync tar unzip wget which diffutils python3 glibc-gconv-extra perl-base \
perl-Data-Dumper perl-File-Compare perl-File-Copy perl-FindBin \
perl-Thread-Queue hostname perl-IPC-Cmd swig ccache-swig && \
dnf install -y clang llvm gcc libbpf-devel libxdp-devel xdp-tools \