We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb337c commit a847b65Copy full SHA for a847b65
2 files changed
Dockerfile
@@ -11,7 +11,8 @@ LABEL maintainer="thespad"
11
ENV RAILS_ENV="production" \
12
NODE_ENV="production" \
13
PATH="${PATH}:/app/www/bin" \
14
- S6_STAGE2_HOOK="/init-hook"
+ S6_STAGE2_HOOK="/init-hook" \
15
+ MASTODON_USE_LIBVIPS="true"
16
17
RUN \
18
apk add --no-cache \
Dockerfile.aarch64
0 commit comments