mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user