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:
parent
128f4e3c77
commit
650e76ab43
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue