Add libc6-compat on arm64v8
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Aode (Lion) 2022-03-30 19:20:54 -05:00
parent 2723a40566
commit e7c47b68a2

View file

@ -19,6 +19,7 @@ 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 python3 shared-mime-info && \
if [ "$REPO_ARCH" = "arm64v8" ]; then apk add libc6-compat; fi && \
update-ca-certificates
# Create the mastodon user