Skip to content

Commit 0a1b35e

Browse files
authored
Update linux-arm32.dockerfile
1 parent 086d3a1 commit 0a1b35e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/linux-arm32.dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
FROM arm32v7/ubuntu:22.04
33

44
# Install dependencies
5-
RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8
5+
RUN apt-get update && apt-get install -y \
6+
curl \
7+
libicu70 \
8+
libssl3 \
9+
libunwind8
610

711
# Download and install PowerShell
812
RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-arm32.tar.gz \

0 commit comments

Comments
 (0)