Skip to content

Commit 53f8d8f

Browse files
author
James Brundage
committed
fix: Updating PipeScript.ps.dockerfile ( re #662 )
Fixing Imports
1 parent 0075d86 commit 53f8d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PipeScript.ps.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SHELL ["pwsh", "-noprofile", "-nologo", "-command"]
3636
# $PowerShellPath = "/bin/pwsh"
3737
# $InstallModules = "Install-Module '$($DockerInstallModules -join "','")' -AcceptLicense -Scope CurrentUser -Force"
3838
# $NewProfile = "New-Item -ItemType File -Path `$Profile -Force"
39-
# $AddInstalled = "Add-Content -Value 'Import-Module $(@($DockerInstallModules + $($LoadedModuleInPath | Split-Path -Leaf)) -join "','")'"
39+
# $AddInstalled = "Add-Content -Value `"Import-Module '$(@($DockerInstallModules + $($LoadedModuleInPath | Split-Path -Leaf)) -join "','")'`""
4040
# if ($DockerInstallModules) { "RUN @($InstallModules && $NewProfile | $AddInstalled)" -replace '\$', '\$' }
4141
#}
4242

0 commit comments

Comments
 (0)