Switch Fedora version in Dockerfile; add file as required deps

This commit is contained in:
Daniel Pawlik
2024-11-24 11:18:30 +01:00
parent b1e7cdb5a6
commit 0fa1b7658b

View File

@@ -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 \