Update Dockerfile

This commit is contained in:
gigirassy
2026-03-30 20:54:08 +02:00
parent 96f7ae8f6d
commit c4d0bde025
+1 -1
View File
@@ -4,7 +4,7 @@ ARG TARGETARCH
WORKDIR /src
COPY go.mod ./
RUN apk add --no-cache ca-certificates git go && go install git.maid.zone/stuff/soundcloakctl@latest && go mod download && go mod download git.maid.zone/stuff/soundcloakctl
RUN apk add --no-cache ca-certificates git go && go install git.maid.zone/stuff/soundcloakctl@latest && go mod download && go mod download git.maid.zone/stuff/soundcloakctl && go mod tidy
RUN go env -w GOPROXY=direct