diff --git a/Dockerfile b/Dockerfile index d930394..34b50de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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