flavors/pleroma/Dockerfile
eater eaafef32e4
Some checks failed
continuous-integration/drone/push Build is failing
pleroma: update to v1.0.7
2019-10-01 15:58:19 +02:00

9 lines
320 B
Docker

FROM d.xr.to/base AS builder
RUN xbps-remote git gcc make libressl-devel elixir && mkdir /app
ENV HOME=/app/pleroma
ENV MIX_ENV=prod
RUN git clone --depth 1 --branch v1.0.7 https://git.pleroma.social/pleroma/pleroma.git /app/pleroma
WORKDIR /app/pleroma
VOLUME /app/pleroma/uploads
COPY files/ /bin
CMD /bin/run-pleroma