fix: Do not install recommended packages (#41)

This commit is contained in:
Kroese
2026-06-07 13:25:48 +02:00
committed by GitHub
parent 2e62a1af1a
commit e21c3c4b6a
+1 -1
View File
@@ -108,7 +108,7 @@ apt-get install -y --no-install-recommends \
isc-dhcp-client
# Install Proxmox VE
apt-get install -y proxmox-ve
apt-get install -y --no-install-recommends proxmox-ve
# Remove enterprise repo added by Proxmox packages — keep only no-subscription
rm -f /etc/apt/sources.list.d/pve-enterprise.list \