From a4bf1c24aee79e6ae90dc9ad6706c9c1bd0581d5 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 10 Jun 2025 09:14:20 +0100 Subject: [PATCH] Force mastodon to use vips --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9666b9e..8361c62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="thespad" ENV RAILS_ENV="production" \ NODE_ENV="production" \ PATH="${PATH}:/app/www/bin" \ - S6_STAGE2_HOOK="/init-hook" + S6_STAGE2_HOOK="/init-hook" \ + MASTODON_USE_LIBVIPS="true" RUN \ apk add --no-cache \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b0afa79..717034d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,7 +11,8 @@ LABEL maintainer="thespad" ENV RAILS_ENV="production" \ NODE_ENV="production" \ PATH="${PATH}:/app/www/bin" \ - S6_STAGE2_HOOK="/init-hook" + S6_STAGE2_HOOK="/init-hook" \ + MASTODON_USE_LIBVIPS="true" RUN \ apk add --no-cache \