fedora-41: fix c dev tools
All checks were successful
/ build (push) Successful in 4m40s

This commit is contained in:
thislight 2024-11-28 20:37:25 +08:00
parent 7349ac5cf7
commit 5d0b5a29d6
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -16,8 +16,6 @@ RUN dnf install -y --setopt install_weak_deps=False java-21-openjdk java-21-open
RUN dnf install -y --setopt install_weak_deps=False qemu-user-static qemu-user-binfmt RUN dnf install -y --setopt install_weak_deps=False qemu-user-static qemu-user-binfmt
RUN dnf install -y --setopt install_weak_deps=False bison flex vcpkg RUN dnf install -y --setopt install_weak_deps=False bison flex vcpkg @c-development
RUN dnf group install -y --setopt install_weak_deps=False "C Development Tools and Libraries"
RUN npm -g install corepack RUN npm -g install corepack