make trivy happy

Ricard Illa 2022-08-24 09:59:33 +02:00
parent 6f4329f002
commit 4b044f988d
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ RUN apk add \
https://git.pleroma.social/pleroma/pleroma.git \
/pleroma
WORKDIR /pleroma
RUN echo "import Mix.Config" > /pleroma/config/prod.secret.exs && \
cd /pleroma && \
mix local.hex --force && \
mix local.rebar --force && \
mix deps.get --only prod && \