Skip to content

Commit

Permalink
Merge pull request #947 from linuxserver/code-server-powershell-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Aug 27, 2024
2 parents 5dd1520 + 8df159c commit 8828b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 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.20 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 @@ -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

0 comments on commit 8828b2d

Please sign in to comment.