From 6ed5dbcbc1e76add8c122a3e87f4a54328b5a9eb Mon Sep 17 00:00:00 2001 From: Kegan Myers Date: Sun, 23 Jul 2023 13:55:46 -0500 Subject: [PATCH] force local hex --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d947a0..a83d111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ ADD --chown=akkoma:akkoma prod.exs /opt/akkoma/config/prod.exs USER akkoma WORKDIR /opt/akkoma -RUN git fetch --all && git checkout "${AKKOMA_COMMIT}" +RUN git fetch --all && git checkout $AKKOMA_COMMIT +RUN mix local.hex --force RUN mix deps.get RUN mix compile RUN mix pleroma.frontend install pleroma-fe --ref stable