mirror of
https://github.com/DomiStyle/docker-idrac6.git
synced 2024-12-22 13:55:21 +01:00
Merge pull request #43 from uPaymeiFixit/fix/java-security-downgrade
remove TLSv1 from disabledAlgorithms
This commit is contained in:
commit
9b5e1ce68c
@ -23,6 +23,8 @@ RUN apt-get update && \
|
|||||||
RUN mkdir /app && \
|
RUN mkdir /app && \
|
||||||
chown ${USER_ID}:${GROUP_ID} /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
|
||||||
|
|
||||||
COPY startapp.sh /startapp.sh
|
COPY startapp.sh /startapp.sh
|
||||||
COPY mountiso.sh /mountiso.sh
|
COPY mountiso.sh /mountiso.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user