We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0075d86 commit 53f8d8fCopy full SHA for 53f8d8f
PipeScript.ps.dockerfile
@@ -36,7 +36,7 @@ SHELL ["pwsh", "-noprofile", "-nologo", "-command"]
36
# $PowerShellPath = "/bin/pwsh"
37
# $InstallModules = "Install-Module '$($DockerInstallModules -join "','")' -AcceptLicense -Scope CurrentUser -Force"
38
# $NewProfile = "New-Item -ItemType File -Path `$Profile -Force"
39
- # $AddInstalled = "Add-Content -Value 'Import-Module $(@($DockerInstallModules + $($LoadedModuleInPath | Split-Path -Leaf)) -join "','")'"
+ # $AddInstalled = "Add-Content -Value `"Import-Module '$(@($DockerInstallModules + $($LoadedModuleInPath | Split-Path -Leaf)) -join "','")'`""
40
# if ($DockerInstallModules) { "RUN @($InstallModules && $NewProfile | $AddInstalled)" -replace '\$', '\$' }
41
#}
42
0 commit comments