mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
# escape=`
|
|
#0.3.6 (no powershell 6)
|
|
FROM balu1202/openssh-dockerbuildimage-ltsc2019-new:latest
|
|
|
|
SHELL ["PowerShell.exe", "-command"]
|
|
RUN Set-ExecutionPolicy Unrestricted
|
|
|
|
COPY ./OpenSSH-build.ps1 /OpenSSH-build.ps1
|
|
|
|
ENTRYPOINT ["powershell", "-executionpolicy", "unrestricted"]
|