Skip to content

Commit

Permalink
Install patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hsu committed Jan 19, 2017
1 parent d9f47d8 commit 8728b61
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions 3.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM microsoft/windowsservercore

ADD source /build
RUN DISM /Online /Add-Package /PackagePath:C:\build\microsoft-windows-netfx3-ondemand-package.cab \
& RD /Q /S C:\build
FROM microsoft/windowsservercore

ADD install /build
RUN DISM /Online /Add-Package /PackagePath:C:\build\microsoft-windows-netfx3-ondemand-package.cab & \
DISM /Online /Add-Package /PackagePath:C:\build\patch\Windows10.0-KB3213986-x64.cab & \
rd /s /q C:\build

0 comments on commit 8728b61

Please sign in to comment.