collect reusable code
This commit is contained in:
parent
efd52d057f
commit
bacbf7d67e
10 changed files with 290 additions and 63 deletions
10
shared/fedora/instpkgs-minimal.sh
Normal file
10
shared/fedora/instpkgs-minimal.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
dnf update -y --setopt install_weak_deps=False && \
|
||||
dnf install -y --setopt install_weak_deps=False git git-lfs git-ftp fuse-overlayfs \
|
||||
nodejs nodejs-npm python3-devel python3-pip pipx \
|
||||
perl perl-CPAN ruby rubygems \
|
||||
clang gcc \
|
||||
coreutils bash aria2 jq yq zstd brotli sqlite \
|
||||
buildah podman \
|
||||
--exclude container-selinux
|
Loading…
Add table
Add a link
Reference in a new issue