Skip to content

Commit

Permalink
remove just and link back to host os
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 7, 2023
1 parent 28d2803 commit a4017fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ RUN dnf install -y \
butane \
coreos-installer \
highlight \
just \
jq \
kitty \
lsd \
Expand All @@ -95,6 +94,7 @@ 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/cosign && \
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
Expand Down

0 comments on commit a4017fc

Please sign in to comment.