Chocolatey installation in docker started to fail, restart due to .NET framework is suddenly needed
Chocolatey installation started to fail last week. Dockerfile starts with FROM python:3.8.2-windowsservercore-ltsc2016 SHELL ["powershell","-Command"] RUN "Set-ExecutionPolicy Bypass -Scope Process -Force; [Net.ServicePointManager]::SecurityProtocol = 'tls12'; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" and log says: Forcing web requests to allow TLS v1.2 (Required for requests to…