switch to the SDK version of nanoserver

This now works from the command line.
But, sa password is wrong.
This commit is contained in:
BillWagner 2017-04-13 10:19:45 -04:00
parent 4597b0336c
commit 3f01246404

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver
FROM microsoft/dotnet:1.1-sdk-nanoserver
ARG source
WORKDIR /app
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord