Fix pleroma build on new versions

This commit is contained in:
sn0w
2021-01-28 01:30:33 +01:00
parent 7995f16a68
commit c8411e848c

View File

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