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