[Ubuntu] Temp patch for PhantomJS/libssl conflict (#7358)

This commit is contained in:
Erik Bershel
2023-03-29 11:18:06 +02:00
committed by GitHub
parent c93b9a2125
commit 7c61da51cf
2 changed files with 2 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ function Get-PackerVersion {
}
function Get-PhantomJSVersion {
$env:OPENSSL_CONF="/etc/ssl"; phantomjs --version
return $(phantomjs --version)
}