Skip to content

Commit

Permalink
adds make to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Iman Hassanein committed Dec 5, 2024
1 parent edada97 commit 36742a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM golang:${GOLANG_VERSION}-alpine3.19

ARG BUF_VERSION="1.47.2"

RUN apk add curl
RUN apk add curl \
make

RUN curl -sSL \
"https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-$(uname -s)-$(uname -m)" \
Expand Down

0 comments on commit 36742a3

Please sign in to comment.