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 87a7ee6 commit 4fe92d3Copy full SHA for 4fe92d3
toolboxes/powershell-toolbox/Containerfile.powershell
@@ -25,6 +25,7 @@ RUN apk upgrade \
25
&& curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly \
26
&& mkdir -p ~/.config/powershell \
27
&& cp /tmp/Microsoft.PowerShell_profile.ps1 ~/.config/powershell \
28
+ && cp /tmp/profile.ps1 "$(~/.dotnet/tools/pwsh -Command "\$PROFILE.AllUsersAllHosts")" \
29
&& mkdir -p ~/.local/share/powershell/PSReadLine \
30
&& touch ~/.local/share/powershell/PSReadLine/ConsoleHost_history.txt \
31
&& rm -rf /tmp/*
0 commit comments