Skip to content

Commit

Permalink
moved xdg-open to a ln and removed xdg-utils-distrobox items.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 7, 2023
1 parent c343efd commit f61b5a3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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/*

0 comments on commit f61b5a3

Please sign in to comment.