Skip to content

Commit a847b65

Browse files
committed
Force mastodon to use vips
1 parent 2bb337c commit a847b65

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thespad"
1111
ENV RAILS_ENV="production" \
1212
NODE_ENV="production" \
1313
PATH="${PATH}:/app/www/bin" \
14-
S6_STAGE2_HOOK="/init-hook"
14+
S6_STAGE2_HOOK="/init-hook" \
15+
MASTODON_USE_LIBVIPS="true"
1516

1617
RUN \
1718
apk add --no-cache \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thespad"
1111
ENV RAILS_ENV="production" \
1212
NODE_ENV="production" \
1313
PATH="${PATH}:/app/www/bin" \
14-
S6_STAGE2_HOOK="/init-hook"
14+
S6_STAGE2_HOOK="/init-hook" \
15+
MASTODON_USE_LIBVIPS="true"
1516

1617
RUN \
1718
apk add --no-cache \

0 commit comments

Comments
 (0)