Enhance Containerfile: Add distrobox for improved container management and update removal of toolbox for a leaner installation
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
2025-11-10 20:18:21 +01:00
parent a3e826358a
commit 82ba021392
2 changed files with 117 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ RUN dnf install -y \
langpacks-fr \
code \
flatpak \
distrobox \
buildah \
podman \
podman-docker \
@@ -43,7 +44,7 @@ RUN dnf install -y \
gstreamer1-vaapi \
ffmpeg \
xorg-x11-server-Xwayland \
&& dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found || true \
&& dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \
&& dnf clean all \
&& rm -rf /var/cache/dnf