Error:
#!/bin/bash -eo pipefail
apk update && apk add git
/bin/bash: apk: command not found
Exited with code exit status 127
Followed all the instructions:
Error:
#!/bin/bash -eo pipefail
apk update && apk add git
/bin/bash: apk: command not found
Exited with code exit status 127
Followed all the instructions: