diff --git a/Dockerfile b/Dockerfile index 944c04e..0328a66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ VOLUME /app/data/icons # Copy go.mod and go.sum files COPY go.mod go.sum ./ +ENV GOPROXY=direct + # Download all dependencies RUN go mod download