diff --git a/.github/goreleaser/Dockerfile b/.github/goreleaser/Dockerfile index aca3995d..b54f7383 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 make bash bzr curl docker rpm && \ +RUN apk --no-cache add git nodejs-current nodejs-npm make g++ 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 && \