From 3d1ca5d2b82a77124080dd75142689a5a821091d Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 25 Sep 2023 10:11:26 -0700 Subject: [PATCH] chore: Remove unneeded firefox symlink --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 40bd3aa..6759d78 100644 --- a/Containerfile +++ b/Containerfile @@ -30,7 +30,6 @@ WORKDIR / RUN git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/distrobox && \ cp /tmp/distrobox/distrobox-host-exec /usr/bin/distrobox-host-exec && \ ln -s /usr/bin/distrobox-host-exec /usr/bin/flatpak && \ - ln -s /usr/bin/distrobox-host-exec /usr/bin/firefox && \ wget https://github.com/1player/host-spawn/releases/download/$(cat /tmp/distrobox/distrobox-host-exec | grep host_spawn_version= | cut -d "\"" -f 2)/host-spawn-$(uname -m) -O /usr/bin/host-spawn && \ chmod +x /usr/bin/host-spawn && \ rm -drf /tmp/distrobox