fix: didn't build or work
This commit is contained in:
parent
c7c2073722
commit
960dbd062c
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM jlesage/baseimage-gui:debian-12
|
FROM jlesage/baseimage-gui:debian-12-v4
|
||||||
|
|
||||||
ENV APP_NAME="iDRAC 6" \
|
ENV APP_NAME="iDRAC 6" \
|
||||||
IDRAC_PORT=443 \
|
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 startapp.sh /startapp.sh
|
||||||
COPY mountiso.sh /mountiso.sh
|
COPY mountiso.sh /mountiso.sh
|
||||||
|
RUN chmod +x /startapp.sh /mountiso.sh
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM jlesage/baseimage-gui:debian-12
|
FROM jlesage/baseimage-gui:debian-12-v4
|
||||||
|
|
||||||
ENV APP_NAME="iDRAC 6" \
|
ENV APP_NAME="iDRAC 6" \
|
||||||
IDRAC_PORT=443 \
|
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 startapp.sh /startapp.sh
|
||||||
COPY mountiso.sh /mountiso.sh
|
COPY mountiso.sh /mountiso.sh
|
||||||
|
RUN chmod +x /startapp.sh /mountiso.sh
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue