Skip to content

Commit 02550a2

Browse files
committed
chore(nanoserver): add missing double quote
1 parent 436b754 commit 02550a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
125125
Add-Content -Path "C:\ProgramData\ssh\sshd_config" -Value (' AuthorizedKeysFile C:/Users/{0}/.ssh/authorized_keys' -f $env:JENKINS_AGENT_USER) ; `
126126
New-Item -Path HKLM:\SOFTWARE -Name OpenSSH -Force | Out-Null ; `
127127
New-ItemProperty -Path HKLM:\SOFTWARE\OpenSSH -Name DefaultShell -Value 'C:\Program Files\Powershell\pwsh.exe' -PropertyType string -Force | Out-Null ; `
128-
Remove-Item -Path "C:\ProgramData\ssh\ssh_host*_key*
128+
Remove-Item -Path "C:\ProgramData\ssh\ssh_host*_key*"
129129

130130
COPY CreateProfile.psm1 C:/
131131

0 commit comments

Comments
 (0)