From cd7bbee2cfdb4f4e4acebc7a5b139f90b29ee37e Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Sun, 24 Nov 2024 14:29:23 +0100 Subject: [PATCH] Add glibc-gconv-extra to avoid error: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), in linux-utils package. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82db378..57a5a4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \