From 7c50f5dac0706f3cf66bffe92c9e5eace545a6a3 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Tue, 23 Jul 2024 12:33:37 +0100 Subject: [PATCH] remove git --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ec32ea..9985d01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,7 @@ FROM common as runtime RUN apt-get install -y \ openjdk-11-jre \ - openjfx \ - git + openjfx COPY --from=build ${TARGET}/product-${VERSION}.jar ${TARGET}/phoebus.jar COPY --from=build ${TARGET}/lib ${ROOT}/${TARGET}/lib