Skip to content

Commit

Permalink
feat: add powershell.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller authored Jun 3, 2024
1 parent b28b24f commit bae2fb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dockerfiles/powershell.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM mcr.microsoft.com/powershell:7.2.0-ubuntu-20.04

RUN apt-get update && \
apt-get install -y openssh-client

pwsh -Command "Install-Module -Name PSWSMan -Force"
pwsh -Command "Install-WSMan"

0 comments on commit bae2fb1

Please sign in to comment.