Update Dockerfile

This commit is contained in:
gigirassy
2026-03-30 20:50:58 +02:00
parent 4d761afd45
commit 96f7ae8f6d
+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
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 go env -w GOPROXY=direct