Install libxml2-utils

This commit is contained in:
Ben Sarmiento
2024-01-14 12:43:33 +01:00
parent 6a5bc79852
commit d76a99adbf

View File

@@ -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