That's not expected behavior from Archlinux IMO.
The minimum archlinux tarball has /bin/sh as dash which seems fine for absolute minimum setups.
And then bash is installed which canonically owns /bin/sh.
Especially if you uninstall zsh in the docker image you're left without a working /bin/sh, when it doesn't even own the file.
That's not expected behavior from Archlinux IMO.
The minimum archlinux tarball has /bin/sh as dash which seems fine for absolute minimum setups.
And then bash is installed which canonically owns /bin/sh.
Especially if you uninstall zsh in the docker image you're left without a working /bin/sh, when it doesn't even own the file.