Logo
Explore Help
Sign In
kevinveenbirkenbach/pkgmgr
1
0
Fork 0
You've already forked pkgmgr
Code Issues Pull Requests Actions 16 Packages Projects Releases Wiki Activity
Files
c5c84704db2a6aca11acba7b60d5c27edf62d43d
pkgmgr/scripts/installation/fedora/dependencies.sh

23 lines
311 B
Bash
Raw Normal View History

Refactor container build and installation pipeline to use configurable Makefile parameters (e.g. DISTROS, base images) and propagate them through all build, install, and test scripts
2025-12-09 05:31:55 +01:00
#!/usr/bin/env bash
set -euo pipefail
echo "[fedora/dependencies] Installing Fedora build dependencies..."
dnf -y update
dnf -y install \
git \
rsync \
rpm-build \
make \
gcc \
bash \
curl \
ca-certificates \
python3 \
fix(dependencies): install python-pip for all supported distributions - Added python-pip for Arch, python3-pip for CentOS, Debian, Fedora, and Ubuntu. - Ensures that pip is available for Python package installations across systems. https://chatgpt.com/share/693fedab-69ac-800f-a8f9-19d504787565
2025-12-15 12:14:48 +01:00
python3-pip \
Refactor container build and installation pipeline to use configurable Makefile parameters (e.g. DISTROS, base images) and propagate them through all build, install, and test scripts
2025-12-09 05:31:55 +01:00
xz
dnf clean all
echo "[fedora/dependencies] Done."
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 49ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API