Skip to content

Commit bdb2c56

Browse files
committed
Added arm64 version
1 parent c4d2330 commit bdb2c56

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM jlesage/baseimage-gui:debian-11
1+
FROM jlesage/baseimage-gui:debian-11-v4
22

33
ENV APP_NAME="iDRAC 6" \
44
IDRAC_PORT=443 \
55
DISPLAY_WIDTH=801 \
6-
DISPLAY_HEIGHT=621
6+
DISPLAY_HEIGHT=621 \
7+
DOCKER_IMAGE_PLATFORM=arm64
78

89
COPY keycode-hack.c /keycode-hack.c
910

@@ -12,8 +13,8 @@ RUN APP_ICON_URL=https://raw.githubusercontent.com/DomiStyle/docker-idrac6/maste
1213

1314
RUN apt-get update && \
1415
apt-get install -y wget software-properties-common libx11-dev gcc xdotool && \
15-
wget -nc https://cdn.azul.com/zulu/bin/zulu8.68.0.21-ca-jdk8.0.362-linux_amd64.deb && \
16-
apt-get install -y ./zulu8.68.0.21-ca-jdk8.0.362-linux_amd64.deb && \
16+
wget -nc https://cdn.azul.com/zulu-embedded/bin/zulu8.70.0.23-ca-jdk8.0.372-linux_arm64.deb && \
17+
apt-get install -y ./zulu8.70.0.23-ca-jdk8.0.372-linux_arm64.deb && \
1718
gcc -o /keycode-hack.so /keycode-hack.c -shared -s -ldl -fPIC && \
1819
apt-get remove -y gcc software-properties-common && \
1920
apt-get autoremove -y && \
@@ -23,7 +24,7 @@ RUN apt-get update && \
2324
RUN mkdir /app && \
2425
chown ${USER_ID}:${GROUP_ID} /app
2526

26-
RUN rm /usr/lib/jvm/zulu-8-amd64/jre/lib/security/java.security
27+
RUN rm /usr/lib/jvm/zulu-8-arm64/jre/lib/security/java.security
2728

2829
COPY startapp.sh /startapp.sh
2930
COPY mountiso.sh /mountiso.sh

0 commit comments

Comments
 (0)