Enhance Containerfile: Add distrobox for improved container management and update removal of toolbox for a leaner installation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user