fedora-40: added corepack
All checks were successful
/ build (push) Successful in 5m48s

This commit is contained in:
thislight 2024-07-14 21:10:31 +08:00
parent 351f4ea824
commit efd52d057f
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 3 additions and 6 deletions

View file

@ -19,3 +19,5 @@ RUN dnf install -y --setopt install_weak_deps=False qemu-user-static qemu-user-b
RUN dnf install -y --setopt install_weak_deps=False bison flex
RUN dnf group install -y --setopt install_weak_deps=False "C Development Tools and Libraries"
RUN npm -g install corepack

View file

@ -17,7 +17,6 @@ container:
- zstd
- brotil
- sqlite
- sqlite-devel
- binutils
@ -39,29 +38,26 @@ container:
- nodejs
- nodejs-npm
- nodejs-devel
- corepack
### Python
- python3-devel
- python3-pip
- pipx
- poetry
### Perl
- perl
- perl-CPAN
- perl-devel
### Ruby
- ruby
- rubygems
- ruby-devel
### C
@ -70,7 +66,6 @@ container:
- gcc
- bison
- flex
- "C Development Tools and Libraries"
### PHP