Skip to content

Commit

Permalink
Merge pull request #921 from linuxserver/code-server-powershell-noble
Browse files Browse the repository at this point in the history
code-server-powershell: add support for noble
  • Loading branch information
aptalca committed Jun 19, 2024
2 parents aea1eba + 21a82e9 commit 5dd1520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
echo "\
libicu70 \
libunwind8" >> /mod-repo-packages-to-install.list
elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
echo "\
libicu74 \
libunwind8" >> /mod-repo-packages-to-install.list
fi
tar xf "/powershell/powershell.tar.gz" -C /powershell
rm -rf \
Expand Down

0 comments on commit 5dd1520

Please sign in to comment.