File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
root/etc/s6-overlay/s6-rc.d/init-mod-code-server-dotnet-add-package Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
44
55ARG MOD_VERSION
66
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ if [ -d /dotnet ]; then
1414 echo "libicu66" >> /mod-repo-packages-to-install.list
1515 elif [ "${DISTRIB_CODENAME}" == "jammy" ]; then
1616 echo "libicu70" >> /mod-repo-packages-to-install.list
17+ elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
18+ echo "libicu74" >> /mod-repo-packages-to-install.list
1719 fi
1820 # remove existing install if updating
1921 if ls -d /dotnet_* >/dev/null 2>&1; then
You can’t perform that action at this time.
0 commit comments