mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Add missing dependency
This commit is contained in:
parent
4f279503d1
commit
45f3a39979
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ install_apt_dependencies() {
|
||||||
ynh_install_app_dependencies \
|
ynh_install_app_dependencies \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-virtualenv \
|
python3-virtualenv \
|
||||||
|
libffi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
supervisor \
|
supervisor \
|
||||||
virtualenv
|
virtualenv
|
||||||
|
|
Loading…
Reference in a new issue