From 270945d64bde5a1777562adf8846c29d8bc11f0e Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Fri, 21 Feb 2020 13:40:21 +0300 Subject: [PATCH] add libicu65 installation --- images/linux/scripts/installers/1804/powershellcore.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/linux/scripts/installers/1804/powershellcore.sh b/images/linux/scripts/installers/1804/powershellcore.sh index 8ace4742c..accd923b6 100644 --- a/images/linux/scripts/installers/1804/powershellcore.sh +++ b/images/linux/scripts/installers/1804/powershellcore.sh @@ -8,6 +8,9 @@ source $HELPER_SCRIPTS/document.sh LSB_RELEASE=$(lsb_release -rs) +# libicu64, which comes with php-intl module, has powershell breaking issue https://github.com/PowerShell/PowerShell/issues/9746 +# Fix - install additional libicu65 where the issue is fixed +sudo apt get install libicu65 # Install Powershell apt-get install -y powershell