From 5f030431a7468308ee9f764b34ba05768b394081 Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 2 Dec 2024 19:55:22 +0000 Subject: [PATCH] Reduce image size: headless JRE is enough --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03093c3..8ddbda8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV PORT=80 # Install Python RUN apt-get update \ - && apt-get install -y python3-minimal maven tini netcat-traditional \ + && apt-get install -y python3-minimal openjdk-17-jre-headless tini netcat-traditional \ && rm -rf /var/lib/apt/lists/* # Copy playground sources