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 aea1eba commit 21a82e9Copy full SHA for 21a82e9
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-powershell-add-package/run
@@ -16,6 +16,10 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
16
echo "\
17
libicu70 \
18
libunwind8" >> /mod-repo-packages-to-install.list
19
+ elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
20
+ echo "\
21
+ libicu74 \
22
+ libunwind8" >> /mod-repo-packages-to-install.list
23
fi
24
tar xf "/powershell/powershell.tar.gz" -C /powershell
25
rm -rf \
0 commit comments