Install libxml2-utils
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user