1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00

Update _common.sh

This commit is contained in:
Limezy 2023-01-22 14:22:24 +07:00
parent 128f4e3c77
commit 650e76ab43

View file

@ -6,9 +6,10 @@
# PHP APP SPECIFIC
#=================================================
YNH_PHP_VERSION=7.4
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-fpm php$YNH_DEFAULT_PHP_VERSION-cli php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-mysql"
# dependencies used by the app (must be on a single line)
pkg_dependencies="libfreetype6-dev libjpeg62-turbo-dev libpng-dev $php_dependencies"
#=================================================