Skip to content

Commit

Permalink
Merge pull request #49 from arne-cl/patch-2
Browse files Browse the repository at this point in the history
fix 'Connection failed': remove all java.security restrictions
  • Loading branch information
DomiStyle committed Aug 18, 2022
2 parents 9b5e1ce + 5173af3 commit 8842fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update && \
RUN mkdir /app && \
chown ${USER_ID}:${GROUP_ID} /app

RUN perl -i -pe 's/^(\h*jdk\.tls\.disabledAlgorithms\h*=\h*)([\w.\h<>\n\\,]*)(TLSv1[,\n\h]\h*)/$1$2/m' /usr/lib/jvm/zulu-7-amd64/jre/lib/security/java.security
RUN rm /usr/lib/jvm/zulu-7-amd64/jre/lib/security/java.security

COPY startapp.sh /startapp.sh
COPY mountiso.sh /mountiso.sh
Expand Down

0 comments on commit 8842fd4

Please sign in to comment.