test network

This commit is contained in:
2024-11-20 20:16:38 -06:00
parent 9283e638ea
commit 0024a58eb4

View File

@@ -11,8 +11,7 @@ VOLUME /app/data/icons
# Copy go.mod and go.sum files
COPY go.mod go.sum ./
RUN curl -I https://proxy.golang.org
RUN curl -I https://sum.golang.org
RUN curl -I https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.5.zip
# Download all dependencies
RUN go mod download