From 8a79c406e77a10fe364bcab641e751ac0a16ca08 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 17 Apr 2020 18:50:41 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14976cb..214a87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ COPY container_files/attribute-map.xml c:/opt/shibboleth-sp/etc/shibboleth/ #add ASP.NET and IIS svc monitor SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] RUN Add-WindowsFeature Web-WebServer; ` \ - Add-WindowsFeature Web-Net-Ext; ` \ Add-WindowsFeature Web-Net-Ext45; ` \ Add-WindowsFeature Web-Asp-Net45; ` \ Remove-Item -Recurse C:\inetpub\wwwroot\*; ` \