mariadb: Add sudo dependency

During update we use sudo to start an instance. It probably could be
workarounded, but given the MariaDB size, dependency on sudo shouldn't
be an issue.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
This commit is contained in:
Michal Hrusecky 2022-01-13 15:11:01 +01:00
parent b41525cef4
commit 0ffec9bd4b
No known key found for this signature in database
GPG Key ID: 7B7562FE6F4D91EF
1 changed files with 2 additions and 1 deletions

View File

@ -265,7 +265,8 @@ define Package/mariadb-server-base
+KERNEL_IO_URING:liburing \
+liblzma \
+libpcre2 \
+resolveip
+resolveip \
+sudo
TITLE:=MariaDB database server base
USERID:=mariadb=376:mariadb=376
endef