Skip to content

Commit

Permalink
support Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
ueisele committed Nov 20, 2024
1 parent dda8601 commit 3d044d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/Containerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ARG OS_VERSION=37
FROM fedora:${OS_VERSION}

RUN dnf update -y
RUN dnf groupinstall -y "Development Tools" "Development Libraries"
RUN dnf install -y \
which curl wget python3 \
cmake pkg-config gcc-c++ libtool \
Expand Down

0 comments on commit 3d044d7

Please sign in to comment.