diff --git a/Dockerfile b/Dockerfile index e0f2236..e2f4c6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.20-alpine AS build -RUN apk add --no-cache gcc g++ upx +RUN apk add --no-cache gcc g++ upx git WORKDIR /app/ COPY ./ /app/ RUN --mount=type=cache,target=/go\