fix: didn't build or work

This commit is contained in:
trixmoe 2025-10-02 10:10:33 +02:00
parent c7c2073722
commit 960dbd062c
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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