From 3c91961cdc471b27983cb3a52e4781229cdab2dc Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 10 Dec 2019 14:23:30 +0100 Subject: [PATCH] misc --- windows1809/base/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile index 99a521c..2afe701 100644 --- a/windows1809/base/Dockerfile +++ b/windows1809/base/Dockerfile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2019 SHELL ["powershell", "-NoProfile", "-ExecutionPolicy Bypass", "-Command", "$ErrorActionPreference = 'Stop';"] -- GitLab