mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-20 04:11:49 +08:00
add support for noble
This commit is contained in:
parent
d416c18b19
commit
3eb0a0fc34
@ -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
|
||||
|
||||
|
||||
@ -14,6 +14,8 @@ if [ -d /dotnet ]; then
|
||||
echo "libicu66" >> /mod-repo-packages-to-install.list
|
||||
elif [ "${DISTRIB_CODENAME}" == "jammy" ]; then
|
||||
echo "libicu70" >> /mod-repo-packages-to-install.list
|
||||
elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
|
||||
echo "libicu74" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
# remove existing install if updating
|
||||
if ls -d /dotnet_* >/dev/null 2>&1; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user