Update Dockerfile

This commit is contained in:
gigirassy
2026-03-30 20:39:56 +02:00
parent c4b82bf845
commit a6e3695b8c
+2 -1
View File
@@ -4,8 +4,9 @@ ARG TARGETARCH
WORKDIR /src WORKDIR /src
COPY go.mod ./ COPY go.mod ./
RUN go env -w GOPROXY=direct
RUN apk add --no-cache ca-certificates git go && go mod download all RUN apk add --no-cache ca-certificates git go && go mod download all
RUN go env -w GOPROXY=direct
COPY . . COPY . .