My own modifications. Enjoy!

- Bronze
This commit is contained in:
2023-08-13 01:50:00 -04:00
parent 8fb03c885c
commit 3e64b4b2dd
13 changed files with 224 additions and 182 deletions

View File

@ -1,4 +1,4 @@
FROM elixir:1.11.4-alpine
FROM elixir:1.15.4-alpine
ARG PLEROMA_VER=develop
ARG UID=911
@ -26,6 +26,12 @@ WORKDIR /pleroma
RUN git clone -b develop https://git.pleroma.social/pleroma/pleroma.git /pleroma \
&& git checkout ${PLEROMA_VER}
#WORKDIR /pleroma/lib/pleroma/web/activity_pub/mrf
#RUN wget \
# put your links for MRFs in here
#WORKDIR /pleroma
RUN echo "import Mix.Config" > config/prod.secret.exs \
&& mix local.hex --force \
&& mix local.rebar --force \