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 82fe7e5 commit 4e82fc7Copy full SHA for 4e82fc7
1 file changed
Posh.ps.Dockerfile
@@ -19,6 +19,6 @@ RUN pwsh -c "Add-Content -Path \$Profile -Value 'Import-Module $ModuleName' -For
19
# foreach ($recommendedModule in $importedModule.Recommends) {
20
# continue if $recommendedModule.Url -match '/'
21
# "RUN pwsh -c `"Install-Module -Name '$($recommendedModule.Url)' -Force -AllowClobber -Scope CurrentUser -PassThru`""
22
-# "RUN pwsh -c `"Add-Content -Path \`$Profile -Value 'Import-Module $($recommendedModule.Url)' -Force }`""
+# "RUN pwsh -c `"Add-Content -Path \`$Profile -Value 'Import-Module $($recommendedModule.Url)' -Force`""
23
# }
24
#}
0 commit comments