From e767ccdc35ed40e2c919a8af80dd3ace22ba5d3f Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Wed, 29 Jul 2020 09:26:24 +0300 Subject: [PATCH] openssl and libssl-dev doc version (#1312) --- images/linux/scripts/installers/php.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/linux/scripts/installers/php.sh b/images/linux/scripts/installers/php.sh index 3725f6ac5..72ec1d4d5 100644 --- a/images/linux/scripts/installers/php.sh +++ b/images/linux/scripts/installers/php.sh @@ -148,3 +148,5 @@ fi DocumentInstalledItem "Composer ($(composer --version))" DocumentInstalledItem "PHPUnit ($(phpunit --version))" +DocumentInstalledItem "$(openssl version)" +DocumentInstalledItem "Libssl $(dpkg -l libssl-dev | grep '^ii' | awk '{print $3}')" \ No newline at end of file