We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2583bf9 commit dc3d01bCopy full SHA for dc3d01b
solr/DockerFile
@@ -40,7 +40,8 @@ RUN /Scripts/Install-SIF.ps1
40
41
WORKDIR "/solr/solr-6.6.2"
42
43
-RUN Invoke-WebRequest -Method Get -Uri "https://nssm.cc/release/nssm-2.24.zip" -OutFile /nssm.zip ; `
+RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
44
+ Invoke-WebRequest -Method Get -Uri "https://nssm.cc/release/nssm-2.24.zip" -OutFile /nssm.zip ; `
45
Expand-Archive -Path /nssm.zip -DestinationPath /nssm ; `
46
Remove-Item /nssm.zip -Force
47
0 commit comments