Skip to content

Commit

Permalink
add support for noble
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Jun 18, 2024
1 parent aea1eba commit 21a82e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage

ARG MOD_VERSION

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
echo "\
libicu70 \
libunwind8" >> /mod-repo-packages-to-install.list
elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
echo "\
libicu74 \
libunwind8" >> /mod-repo-packages-to-install.list
fi
tar xf "/powershell/powershell.tar.gz" -C /powershell
rm -rf \
Expand Down

0 comments on commit 21a82e9

Please sign in to comment.