Skip to content

Commit

Permalink
readd xdg items
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 7, 2023
1 parent 1d8fc94 commit 40f6403
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ 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 install -y 'dnf-command(copr)' && \
dnf copr enable -y kylegospo/distrobox-utils && \
dnf install -y \
xdg-utils-distrobox \
adw-gtk3-theme

# My packages
RUN dnf install -y \
adw-gtk3-theme \
Expand Down Expand Up @@ -101,8 +108,7 @@ RUN ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/buildah && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/htop && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/just && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/podman && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/skopeo && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/xdg-open
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/skopeo

# Cleanup
RUN rm -rf /tmp/* && \
Expand Down

0 comments on commit 40f6403

Please sign in to comment.