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

24 lines
424 B
Bash
Raw Permalink 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 "[debian/dependencies] Installing Debian build dependencies..."
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
debhelper \
dpkg-dev \
git \
rsync \
bash \
curl \
ca-certificates \
Added python dependency to virgin container
2025-12-12 16:58:12 +01:00
python3 \
Added venv to debian and ubuntu virgin
2025-12-12 17:04:34 +01:00
python3-venv \
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-utils
rm -rf /var/lib/apt/lists/*
echo "[debian/dependencies] Done."
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 221ms 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