Skip to content

Commit

Permalink
dirty fix is dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Apr 27, 2024
1 parent b6f792c commit 76140cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/nanoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ LABEL `
org.opencontainers.image.source="https://github.com/jenkinsci/docker-ssh-agent" `
org.opencontainers.image.licenses="MIT"

ENTRYPOINT ["pwsh.exe", "-NoExit", "-Command", "& C:/ProgramData/Jenkins/setup-sshd.ps1"]
ENTRYPOINT ["pwsh.exe", "-NoExit", "-Command", "& 'C:/Program Files/OpenSSH-Win64/install-sshd.ps1' && & C:/ProgramData/Jenkins/setup-sshd.ps1"]
2 changes: 1 addition & 1 deletion windows/windowsservercore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ LABEL `
org.opencontainers.image.source="https://github.com/jenkinsci/docker-ssh-agent" `
org.opencontainers.image.licenses="MIT"

ENTRYPOINT ["powershell.exe", "-NoExit", "-Command", "& C:/ProgramData/Jenkins/setup-sshd.ps1"]
ENTRYPOINT ["powershell.exe", "-NoExit", "-Command", "& 'C:/Program Files/OpenSSH-Win64/install-sshd.ps1' && & C:/ProgramData/Jenkins/setup-sshd.ps1"]

0 comments on commit 76140cd

Please sign in to comment.