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 5dd1520 commit 8df159cCopy full SHA for 8df159c
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM ghcr.io/linuxserver/baseimage-alpine:3.20 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
@@ -25,6 +25,7 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
25
rm -rf \
26
/powershell/powershell.tar.gz
27
ln -s /powershell/pwsh /usr/bin/pwsh
28
+ chmod +x /powershell/pwsh
29
else
30
echo "PowerShell already installed, skipping"
31
fi
0 commit comments