diff --git a/Dockerfile b/Dockerfile index 263a01b..b76872d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM golang:1.22 AS build +RUN apk --no-cache add gcc g++ make git WORKDIR /app