File tree 10 files changed +22
-0
lines changed
10 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ RUN apk add --no-cache \
66
66
&& apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
67
67
lttng-ust \
68
68
\
69
+ # PowerShell remoting over SSH dependencies
70
+ openssh-client \
71
+ \
69
72
# Create the pwsh symbolic link that points to powershell
70
73
&& ln -s ${PS_INSTALL_FOLDER}/pwsh /usr/bin/pwsh \
71
74
\
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 @@ -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 @@ -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 @@ -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 @@ -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
&& ln -sf /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh \
39
41
&& echo "starting FEDORA-2019-27e7b92407" \
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