From 687f4065389a9fecbbd0ee307007dcba1498e651 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Mon, 30 Mar 2026 20:36:45 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5698dbf..81177a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ COPY go.mod ./ RUN apk add --no-cache ca-certificates git go && go mod download COPY . . + +RUN go tool soundcloakctl -nozstd -notable precompress RUN CGO_ENABLED=0 \ GOOS=${TARGETOS:-linux} \ GOARCH=${TARGETARCH:-amd64} \