mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
add mariadb-server as a dependency
This commit is contained in:
parent
b5e48b2e34
commit
79a410b8f5
1 changed files with 1 additions and 1 deletions
2
utils.sh
2
utils.sh
|
@ -135,7 +135,7 @@ get_dependencies()
|
||||||
if [[ "$debian_version" == "bookworm" ]]
|
if [[ "$debian_version" == "bookworm" ]]
|
||||||
then
|
then
|
||||||
# We add php8.2-cli and mariadb-client to the dependencies for test_app_resources
|
# We add php8.2-cli and mariadb-client to the dependencies for test_app_resources
|
||||||
YUNOHOST_DEPENDENCIES="$YUNOHOST_DEPENDENCIES php8.2-cli mariadb-client"
|
YUNOHOST_DEPENDENCIES="$YUNOHOST_DEPENDENCIES php8.2-cli mariadb-client mariadb-server"
|
||||||
PIP3_PKG="$PIP3_PKG --break-system-packages"
|
PIP3_PKG="$PIP3_PKG --break-system-packages"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue