We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d416c18 commit 3eb0a0fCopy full SHA for 3eb0a0f
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
4
5
ARG MOD_VERSION
6
root/etc/s6-overlay/s6-rc.d/init-mod-code-server-dotnet-add-package/run
@@ -14,6 +14,8 @@ if [ -d /dotnet ]; then
14
echo "libicu66" >> /mod-repo-packages-to-install.list
15
elif [ "${DISTRIB_CODENAME}" == "jammy" ]; then
16
echo "libicu70" >> /mod-repo-packages-to-install.list
17
+ elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
18
+ echo "libicu74" >> /mod-repo-packages-to-install.list
19
fi
20
# remove existing install if updating
21
if ls -d /dotnet_* >/dev/null 2>&1; then
0 commit comments