diff --git a/Dockerfile b/Dockerfile index 5191273..2f31ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG GitCommit ARG Version WORKDIR /app COPY . . -RUN apk add --no-cache bash git go gcc musl-dev curl fuse xmllint +RUN apk add --no-cache bash git go gcc musl-dev curl fuse libxml2-utils RUN go build -ldflags "-s -w -X 'github.com/debridmediamanager/zurg/internal/version.BuiltAt=$BuiltAt' -X 'github.com/debridmediamanager/zurg/internal/version.GitCommit=$GitCommit' -X 'github.com/debridmediamanager/zurg/internal/version.Version=$Version'" -o zurg ./cmd/zurg # Obfuscation stage