Update Dockerfile

This commit is contained in:
gigirassy
2026-03-30 20:41:33 +02:00
parent a6e3695b8c
commit dca35c9aff
+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 mod download all
RUN apk add --no-cache ca-certificates git go && go get git.maid.zone/stuff/soundcloakctl && go mod download
RUN go env -w GOPROXY=direct