From 3f01246404f9d08a7cf365856e30e557c0c615ba Mon Sep 17 00:00:00 2001 From: BillWagner Date: Thu, 13 Apr 2017 10:19:45 -0400 Subject: [PATCH] switch to the SDK version of nanoserver This now works from the command line. But, sa password is wrong. --- src/Services/Catalog/Catalog.API/Dockerfile.nanowin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Catalog/Catalog.API/Dockerfile.nanowin b/src/Services/Catalog/Catalog.API/Dockerfile.nanowin index c40d3a4d0..10d8d2ffe 100644 --- a/src/Services/Catalog/Catalog.API/Dockerfile.nanowin +++ b/src/Services/Catalog/Catalog.API/Dockerfile.nanowin @@ -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