there's a reason native apps died on linux and everything is electron, but that's someone else's boo
there's a reason native apps died on linux and everything is electron, but that's someone else's book to write, hah.


# RUN ln -fs /bin/sh /usr/bin/sh && \
# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman
RUN chsh -s $(which zsh)
CMD [ "zsh" ]