Install gettext

This commit is contained in:
2023-04-06 13:16:41 +02:00
parent 90f62a2c46
commit 3f8741e0c5

View File

@@ -11,7 +11,7 @@ RUN go run build.go
FROM alpine:latest AS restic
RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata jq curl
RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata jq curl gettext
COPY --from=builder /go/src/github.com/restic/restic/restic /usr/bin