diff --git a/containers/cachyos/base-gui.Dockerfile b/containers/cachyos/base-gui.Dockerfile index 968335f..dcaa5f6 100644 --- a/containers/cachyos/base-gui.Dockerfile +++ b/containers/cachyos/base-gui.Dockerfile @@ -29,6 +29,9 @@ RUN pacman -Sy --noconfirm electron25 c-ares jsoncpp libnss_nis woff2 # Link xdg-open to host in order to be able to open links etc. RUN rm -f /usr/bin/xdg-open && ln -s /usr/bin/distrobox-host-exec /usr/bin/xdg-open +# Install host-spawn +RUN wget https://github.com/1player/host-spawn/releases/download/1.5.0/host-spawn-x86_64 -O /usr/bin/host-spawn && chmod +x /usr/bin/host-spawn + # Add Chaotic-AUR RUN pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com && \ pacman-key --lsign-key 3056513887B78AEB && \