From 244d11ad90c23049df70061146c573345abcb2ee Mon Sep 17 00:00:00 2001 From: aluvare Date: Tue, 13 Dec 2022 16:19:59 +0100 Subject: [PATCH] Dockerfile fix --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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