add support for noble

This commit is contained in:
aptalca 2024-06-18 14:27:40 -04:00
parent aea1eba6b4
commit 21a82e996b
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 \