add libicu65 installation

This commit is contained in:
Mikhail Timofeev
2020-02-21 13:40:21 +03:00
parent cb18129a4f
commit 270945d64b

View File

@@ -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