mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Merge pull request #921 from linuxserver/code-server-powershell-noble
code-server-powershell: add support for noble
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# 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
|
ARG MOD_VERSION
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
|
|||||||
echo "\
|
echo "\
|
||||||
libicu70 \
|
libicu70 \
|
||||||
libunwind8" >> /mod-repo-packages-to-install.list
|
libunwind8" >> /mod-repo-packages-to-install.list
|
||||||
|
elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
|
||||||
|
echo "\
|
||||||
|
libicu74 \
|
||||||
|
libunwind8" >> /mod-repo-packages-to-install.list
|
||||||
fi
|
fi
|
||||||
tar xf "/powershell/powershell.tar.gz" -C /powershell
|
tar xf "/powershell/powershell.tar.gz" -C /powershell
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
|||||||
Reference in New Issue
Block a user