mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix restore dependencies
This commit is contained in:
parent
f549873fcf
commit
0b9ca08cff
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ chown -R $app:root $final_path
|
|||
ynh_print_info "Reinstall dependencies..."
|
||||
|
||||
# Define and install dependencies
|
||||
ynh_install_app_dependencies python-virtualenv sqlite3 zlib1g-dev
|
||||
ynh_install_app_dependencies python-virtualenv sqlite3 libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue