Install whereis command on alpine linux

Solution 1:

You need to install the util-linux package:

apk add --update util-linux

Which contains the whereis binary.