Skip to content

Commit c4d2330

Browse files
authored
Merge pull request #58 from mckamyk/master
updated zulu java to 8
2 parents 8842fd4 + bc3e9e9 commit c4d2330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN APP_ICON_URL=https://raw.githubusercontent.com/DomiStyle/docker-idrac6/maste
1212

1313
RUN apt-get update && \
1414
apt-get install -y wget software-properties-common libx11-dev gcc xdotool && \
15-
wget -nc https://cdn.azul.com/zulu/bin/zulu7.52.0.11-ca-jdk7.0.332-linux_amd64.deb && \
16-
apt-get install -y ./zulu7.52.0.11-ca-jdk7.0.332-linux_amd64.deb && \
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 && \
1717
gcc -o /keycode-hack.so /keycode-hack.c -shared -s -ldl -fPIC && \
1818
apt-get remove -y gcc software-properties-common && \
1919
apt-get autoremove -y && \
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
RUN mkdir /app && \
2424
chown ${USER_ID}:${GROUP_ID} /app
2525

26-
RUN rm /usr/lib/jvm/zulu-7-amd64/jre/lib/security/java.security
26+
RUN rm /usr/lib/jvm/zulu-8-amd64/jre/lib/security/java.security
2727

2828
COPY startapp.sh /startapp.sh
2929
COPY mountiso.sh /mountiso.sh

0 commit comments

Comments
 (0)