This commit is contained in:
parent
351f4ea824
commit
efd52d057f
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue