2018-03-31 04:44:07 +02:00
|
|
|
# escape=`
|
|
|
|
#0.3.6 (no powershell 6)
|
2020-03-18 06:23:04 +01:00
|
|
|
FROM balu1202/openssh-dockerbuildimage-ltsc2019-new:latest
|
2018-03-31 04:44:07 +02:00
|
|
|
|
|
|
|
SHELL ["PowerShell.exe", "-command"]
|
|
|
|
RUN Set-ExecutionPolicy Unrestricted
|
|
|
|
|
|
|
|
COPY ./OpenSSH-build.ps1 /OpenSSH-build.ps1
|
|
|
|
|
|
|
|
ENTRYPOINT ["powershell", "-executionpolicy", "unrestricted"]
|