install soundcloakctl from git.maid.zone in dockerfile

This commit is contained in:
Laptop
2024-12-25 08:55:17 +02:00
parent d952206021
commit 752ce59c12

View File

@@ -13,7 +13,7 @@ RUN templ generate
RUN go install github.com/dlclark/regexp2cg@main
RUN go generate ./lib/*
RUN go install github.com/maid-zone/soundcloakctl@master
RUN go install git.maid.zone/stuff/soundcloakctl@master
RUN soundcloakctl config codegen
RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} GOOS=${TARGETOS} go build -ldflags "-s -w -extldflags '-static' -X main.commit=`git rev-parse HEAD | head -c 7` -X main.repo=`git remote get-url origin`" -o ./app