remove TLSv1 from disabledAlgorithms
Co-authored-by: Louis Orleans <louis@orleans.io>
This commit is contained in:
parent
bb6c8480a7
commit
87d26808ff
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue