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:
parent
b41525cef4
commit
0ffec9bd4b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue