Skip to content

Commit

Permalink
fix: Updating PipeScript.ps.dockerfile ( re #662 )
Browse files Browse the repository at this point in the history
Fixing Imports
  • Loading branch information
James Brundage committed May 7, 2024
1 parent 0075d86 commit 53f8d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PipeScript.ps.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SHELL ["pwsh", "-noprofile", "-nologo", "-command"]
# $PowerShellPath = "/bin/pwsh"
# $InstallModules = "Install-Module '$($DockerInstallModules -join "','")' -AcceptLicense -Scope CurrentUser -Force"
# $NewProfile = "New-Item -ItemType File -Path `$Profile -Force"
# $AddInstalled = "Add-Content -Value 'Import-Module $(@($DockerInstallModules + $($LoadedModuleInPath | Split-Path -Leaf)) -join "','")'"
# $AddInstalled = "Add-Content -Value `"Import-Module '$(@($DockerInstallModules + $($LoadedModuleInPath | Split-Path -Leaf)) -join "','")'`""
# if ($DockerInstallModules) { "RUN @($InstallModules && $NewProfile | $AddInstalled)" -replace '\$', '\$' }
#}

Expand Down

0 comments on commit 53f8d8f

Please sign in to comment.