Merge pull request #4971 from nextcloud/ernolf/imaginary-fix

get rid of "some font thing failed" error messages
This commit is contained in:
Simon L 2024-07-11 15:23:19 +02:00 committed by GitHub
commit 504ae2d617
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:latest # syntax=docker/dockerfile:latest
FROM golang:1.22.5-alpine3.20 AS go FROM golang:1.22.5-alpine3.20 AS go
ENV IMAGINARY_HASH=6cd9edd1d3fb151eb773c14552886e4fc8e50138 ENV IMAGINARY_HASH=6cd9edd1d3fb151eb773c14552886e4fc8e50138
RUN set -ex; \ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
@ -25,6 +25,7 @@ RUN set -ex; \
vips-heif \ vips-heif \
vips-jxl \ vips-jxl \
vips-poppler \ vips-poppler \
ttf-dejavu \
bash bash
COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary