From f61b5a3d2e4eb12475d68b4c203445fa25e4ccad Mon Sep 17 00:00:00 2001 From: John McGee Date: Sat, 7 Oct 2023 00:45:16 -0400 Subject: [PATCH] moved xdg-open to a ln and removed xdg-utils-distrobox items. --- Containerfile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Containerfile b/Containerfile index 1c6ac4d..c1914fd 100644 --- a/Containerfile +++ b/Containerfile @@ -71,18 +71,10 @@ RUN dnf install -y \ dnf swap -y mesa-va-drivers mesa-va-drivers-freeworld && \ dnf swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld -# Set up cleaner Distrobox integration -RUN dnf copr enable -y kylegospo/distrobox-utils && \ - dnf install -y \ - xdg-utils-distrobox \ - adw-gtk3-theme && \ - ln -s /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \ - ln -s /usr/bin/distrobox-host-exec /usr/local/bin/podman - # My packages RUN dnf install -y \ + adw-gtk3-theme ansible \ - buildah \ butane \ coreos-installer \ highlight \ @@ -98,5 +90,11 @@ RUN dnf install -y \ wl-clipboard \ zsh +# link some things back +RUN ln -sf /usr/bin/distrobox-host.exec /usr/local/bin/buildah && \ + ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \ + ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/podman && \ + ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/xdg-open + # Cleanup RUN rm -rf /tmp/*