From 333d501007de057fd18e43f85706f99e59e2a429 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 13:03:10 +0000 Subject: [PATCH] images/actions/java/Dockerfile aktualisiert --- images/actions/java/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/actions/java/Dockerfile b/images/actions/java/Dockerfile index 2951c5f..b1dd0c6 100644 --- a/images/actions/java/Dockerfile +++ b/images/actions/java/Dockerfile @@ -3,4 +3,6 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION ENV PACKAGE_VERSION=${PACKAGE_VERSION} -RUN sudo zypper -n install java-${PACKAGE_VERSION}-openjdk \ No newline at end of file +RUN \ + java_package_name=$(echo java-${PACKAGE_VERSION}-openjdk) + sudo zypper -n install $java_package_name \ No newline at end of file