From ad78e5408204f2cb9d7919f38bbecb375997f4fa Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 15 Jun 2024 23:48:40 +0100 Subject: [PATCH] Add git to production Docker image Whoops. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b5a71a..592e981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN mix release FROM ${RUNNER_IMAGE} RUN apt-get update -y && \ - apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates \ + apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates git \ && apt-get clean && rm -f /var/lib/apt/lists/*_* # Set the locale