Fix pleroma build on new versions

This commit is contained in:
sn0w 2021-01-28 01:30:33 +01:00
parent 7995f16a68
commit c8411e848c
No known key found for this signature in database
GPG Key ID: 55AAD3309EC11DF2
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
ARG __VIA_SCRIPT
RUN \
@ -25,12 +25,11 @@ RUN \
git curl rsync postgresql-client \
&& \
apk add --no-cache --virtual .sdk \
build-base cmake \
build-base cmake file-dev \
&& \
apk add --no-cache --virtual .runtime \
imagemagick \
elixir erlang erlang-runtime-tools \
erlang-xmerl erlang-ssl erlang-ssh erlang-eldap erlang-mnesia
elixir erlang erlang-dev
# Add entrypoint
COPY ./entrypoint.sh /