diff --git a/Dockerfile b/Dockerfile index 06dc4fd..a5a7a81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM golang:1.20rc1-bullseye as build-env ENV GO111MODULE=on -RUN apk --no-cache add git COPY . /app WORKDIR /app