mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Switch Fedora version in Dockerfile; add file as required deps
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM fedora:40
|
||||
FROM fedora:41
|
||||
|
||||
RUN yum update -y && dnf -y groupinstall 'Development Tools'
|
||||
RUN yum update -y && dnf -y group install development-tools
|
||||
|
||||
RUN dnf -y install vim bash-completion bzip2 gcc gcc-c++ git make ncurses-devel patch \
|
||||
rsync tar unzip wget which diffutils python2 python3 perl-base \
|
||||
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 \
|
||||
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