diff --git a/.github/goreleaser/Dockerfile b/.github/goreleaser/Dockerfile index 149cecf7..aca3995d 100644 --- a/.github/goreleaser/Dockerfile +++ b/.github/goreleaser/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.13-alpine -RUN apk --no-cache add git nodejs-current nodejs-npm bash bzr curl docker rpm && \ +RUN apk --no-cache add git nodejs-current nodejs-npm make bash bzr curl docker rpm && \ npm i -g npm && \ wget https://github.com/goreleaser/goreleaser/releases/latest/download/goreleaser_Linux_arm64.tar.gz && \ tar -xvzf goreleaser_Linux_arm64.tar.gz -C /usr/local/bin && \