mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -04:00
Merge pull request #947 from linuxserver/code-server-powershell-exec
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user