Skip to content

Commit 0e39745

Browse files
authored
Update alpine 3.20 dependencies for install script (#11593)
1 parent 802c422 commit 0e39745

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reference/docs-conceptual/install/install-alpine.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Alpine Linux
3-
ms.date: 12/12/2024
3+
ms.date: 12/16/2024
44
title: Installing PowerShell on Alpine Linux
55
---
66
# Installing PowerShell on Alpine Linux
@@ -34,16 +34,17 @@ sudo apk add --no-cache \
3434
krb5-libs \
3535
libgcc \
3636
libintl \
37-
libssl1.1 \
37+
libssl3 \
3838
libstdc++ \
3939
tzdata \
4040
userspace-rcu \
4141
zlib \
4242
icu-libs \
4343
curl
4444

45-
sudo apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
46-
lttng-ust
45+
apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
46+
lttng-ust \
47+
openssh-client \
4748

4849
# Download the powershell '.tar.gz' archive
4950
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz

0 commit comments

Comments
 (0)