Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Apr 17, 2020
1 parent 3a6beb0 commit 6d393d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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-Server; ` \
RUN Add-WindowsFeature Web-WebServer; ` \
Add-WindowsFeature Web-Net-Ext; ` \
Add-WindowsFeature Web-Net-Ext45; ` \
Add-WindowsFeature Web-Asp-Net45; ` \
Expand Down

0 comments on commit 6d393d8

Please sign in to comment.