From 4b2139d27f152aa018946580de5575edbb3dfe20 Mon Sep 17 00:00:00 2001 From: pmacius Date: Mon, 5 Aug 2024 16:59:13 +0200 Subject: [PATCH] install which in base image --- java/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/Dockerfile b/java/Dockerfile index fdbd8e34..a8b0e726 100644 --- a/java/Dockerfile +++ b/java/Dockerfile @@ -14,7 +14,7 @@ ENV LC_ALL C.UTF-8 RUN \ yum update --security -y && \ - yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless && \ + yum install -y langpacks-en java-${JAVA_MAJOR}-openjdk-headless which && \ yum clean all && rm -rf /var/cache/yum FROM rhlike AS rockylinux8