Merge pull request #947 from linuxserver/code-server-powershell-exec

This commit is contained in:
Roxedus 2024-08-27 22:51:53 +02:00 committed by GitHub
commit 8828b2def4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
ARG MOD_VERSION

View File

@ -25,6 +25,7 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
rm -rf \
/powershell/powershell.tar.gz
ln -s /powershell/pwsh /usr/bin/pwsh
chmod +x /powershell/pwsh
else
echo "PowerShell already installed, skipping"
fi