File tree 9 files changed +19
-0
lines changed
9 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ RUN apk add --no-cache \
68
68
&& apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
69
69
lttng-ust \
70
70
\
71
+ # PowerShell remoting over SSH dependencies
72
+ openssh-client \
73
+ \
71
74
# Create the pwsh symbolic link that points to powershell
72
75
&& ln -s ${PS_INSTALL_FOLDER}/pwsh /usr/bin/pwsh \
73
76
\
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ RUN curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.rpm \
32
32
gssntlmssp \
33
33
# less is required for help in powershell
34
34
less \
35
+ # PowerShell remoting over SSH dependencies
36
+ openssh-clients \
35
37
&& yum upgrade-minimal -y --security \
36
38
&& yum clean all \
37
39
&& localedef --charmap=UTF-8 --inputfile=en_US $LANG \
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ RUN curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.rpm \
34
34
less \
35
35
# clear is part of ncurses which is used by clear
36
36
ncurses \
37
+ # PowerShell remoting over SSH dependencies
38
+ openssh-clients \
37
39
&& yum upgrade-minimal -y --security \
38
40
&& yum clean all \
39
41
# remove powershell package
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ RUN apt-get update \
61
61
liblttng-ust0 \
62
62
libstdc++6 \
63
63
zlib1g \
64
+ # PowerShell remoting over SSH dependencies
65
+ openssh-client \
64
66
&& apt-get dist-upgrade -y \
65
67
&& apt-get clean \
66
68
&& rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ RUN apt-get update \
61
61
liblttng-ust0 \
62
62
libstdc++6 \
63
63
zlib1g \
64
+ # PowerShell remoting over SSH dependencies
65
+ openssh-client \
64
66
&& apt-get dist-upgrade -y \
65
67
&& apt-get clean \
66
68
&& rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ RUN apt-get update \
28
28
# required for SSL
29
29
ca-certificates \
30
30
gss-ntlmssp \
31
+ # PowerShell remoting over SSH dependencies
32
+ openssh-client \
31
33
# Download the Linux package and save it
32
34
&& echo ${PS_PACKAGE_URL} \
33
35
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.deb \
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ RUN curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.rpm \
34
34
compat-openssl10 \
35
35
ca-certificates \
36
36
gssntlmssp \
37
+ # PowerShell remoting over SSH dependencies
38
+ openssh-clients \
37
39
&& echo "end - misc packages" \
38
40
&& echo "starting FEDORA-2019-27e7b92407" \
39
41
# For whatever reason FEDORA-2019-27e7b92407 has to be patched manually
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ RUN apt-get update \
28
28
# required for SSL
29
29
ca-certificates \
30
30
gss-ntlmssp \
31
+ # PowerShell remoting over SSH dependencies
32
+ openssh-client \
31
33
# Download the Linux package and save it
32
34
&& echo ${PS_PACKAGE_URL} \
33
35
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.deb \
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ RUN apt-get update \
28
28
# required for SSL
29
29
ca-certificates \
30
30
gss-ntlmssp \
31
+ # PowerShell remoting over SSH dependencies
32
+ openssh-client \
31
33
# Download the Linux package and save it
32
34
&& echo ${PS_PACKAGE_URL} \
33
35
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.deb \
You can’t perform that action at this time.
0 commit comments