From a9f3f748809bc375bbc34759ea61086a2e103971 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 29 Apr 2024 06:43:25 +0100 Subject: [PATCH] pls work --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a26c901..0060843 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C FROM eclipse-temurin:17.0.11_9-jre-focal # Install Git -RUN apt-get install -y git +RUN apt-get update && apt-get install -y git # Set the app to be in production mode ENV ENVIRONMENT=production