Hugo Circleci blog post issues

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:

Heya @dkypuros, can you confirm what image you’re using for your pipelines? apk is an Alpine Linux command, but depending on the image it may be based on something other than Alpine :slight_smile:

Which Docker image are you using?