Skip to content

Commit

Permalink
Update alpine 3.20 dependencies for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Dec 16, 2024
1 parent 802c422 commit 7fd33b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions reference/docs-conceptual/install/install-alpine.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Alpine Linux
ms.date: 12/12/2024
ms.date: 12/16/2024
title: Installing PowerShell on Alpine Linux
---
# Installing PowerShell on Alpine Linux
Expand Down Expand Up @@ -34,16 +34,17 @@ sudo apk add --no-cache \
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libssl3 \
libstdc++ \
tzdata \
userspace-rcu \
zlib \
icu-libs \
curl

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

# Download the powershell '.tar.gz' archive
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
Expand Down

0 comments on commit 7fd33b5

Please sign in to comment.