Fix mastodon build

This commit is contained in:
asonix 2021-06-19 18:22:21 -05:00
parent 003601ac97
commit d893773bf6
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@ COPY root/ /
RUN apk add --no-cache whois nodejs yarn ca-certificates git bash \
gcc g++ make libc-dev file sed \
imagemagick protobuf-dev libpq ffmpeg icu-dev libidn-dev yaml-dev \
readline-dev postgresql-dev curl tini python && \
readline-dev postgresql-dev curl tini python3 && \
update-ca-certificates
# Create the mastodon user

View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
bundle exec sidekiq -c ${MAX_THREADS:-4} -q scheduler