From 960dbd062cb300e2d5fa14987df965efe26c2d19 Mon Sep 17 00:00:00 2001 From: trixmoe <75177432+trixmoe@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:10:33 +0200 Subject: [PATCH] fix: didn't build or work --- Dockerfile | 3 ++- Dockerfile-arm64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 087a463..54df12a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jlesage/baseimage-gui:debian-12 +FROM jlesage/baseimage-gui:debian-12-v4 ENV APP_NAME="iDRAC 6" \ IDRAC_PORT=443 \ @@ -28,5 +28,6 @@ RUN rm /usr/lib/jvm/zulu-8-amd64/jre/lib/security/java.security COPY startapp.sh /startapp.sh COPY mountiso.sh /mountiso.sh +RUN chmod +x /startapp.sh /mountiso.sh WORKDIR /app diff --git a/Dockerfile-arm64 b/Dockerfile-arm64 index 8e48f67..3b05609 100644 --- a/Dockerfile-arm64 +++ b/Dockerfile-arm64 @@ -1,4 +1,4 @@ -FROM jlesage/baseimage-gui:debian-12 +FROM jlesage/baseimage-gui:debian-12-v4 ENV APP_NAME="iDRAC 6" \ IDRAC_PORT=443 \ @@ -28,5 +28,6 @@ RUN rm /usr/lib/jvm/zulu-8-arm64/jre/lib/security/java.security COPY startapp.sh /startapp.sh COPY mountiso.sh /mountiso.sh +RUN chmod +x /startapp.sh /mountiso.sh WORKDIR /app