File tree 5 files changed +10
-0
lines changed
5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ RUN curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.rpm \
28
28
gssntlmssp \
29
29
# less is required for help in powershell
30
30
less \
31
+ # PowerShell remoting over SSH dependencies
32
+ openssh-clients \
31
33
&& yum upgrade-minimal -y --security \
32
34
&& yum clean all \
33
35
&& localedef --charmap=UTF-8 --inputfile=en_US $LANG \
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ RUN apt-get update \
27
27
# required for SSL
28
28
ca-certificates \
29
29
gss-ntlmssp \
30
+ # PowerShell remoting over SSH dependencies
31
+ openssh-client \
30
32
# Download the Linux package and save it
31
33
&& echo ${PS_PACKAGE_URL} \
32
34
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.deb \
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ RUN zypper --non-interactive update --skip-interactive \
60
60
libicu \
61
61
openssl \
62
62
less \
63
+ # PowerShell remoting over SSH dependencies
64
+ openssh-clients \
63
65
&& localedef --charmap=UTF-8 --inputfile=en_US $LANG \
64
66
# Create the pwsh symbolic link that points to powershell
65
67
&& ln -s ${PS_INSTALL_FOLDER}/pwsh /usr/bin/pwsh \
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ RUN apt-get update \
27
27
# required for SSL
28
28
ca-certificates \
29
29
gss-ntlmssp \
30
+ # PowerShell remoting over SSH dependencies
31
+ openssh-client \
30
32
# Download the Linux package and save it
31
33
&& echo ${PS_PACKAGE_URL} \
32
34
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.deb \
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ RUN apt-get update \
27
27
# required for SSL
28
28
ca-certificates \
29
29
gss-ntlmssp \
30
+ # PowerShell remoting over SSH dependencies
31
+ openssh-client \
30
32
# Download the Linux package and save it
31
33
&& echo ${PS_PACKAGE_URL} \
32
34
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.deb \
You can’t perform that action at this time.
0 commit comments