diff --git a/.devcontainer/postCreate.sh b/.devcontainer/postCreate.sh index 173fbaa5c..f02a955ba 100755 --- a/.devcontainer/postCreate.sh +++ b/.devcontainer/postCreate.sh @@ -12,5 +12,6 @@ go install golang.org/x/text/cmd/gotext@latest go install github.com/matryer/moq@latest go install github.com/tomwright/dasel/v2/cmd/dasel@latest go install github.com/sigstore/cosign/v2/cmd/cosign@latest +go install github.com/magefile/mage@latest exit 0 \ No newline at end of file