[build] Add sqlite3 package to Debian deps (#1276)
The `sqlite3` command is used by build-tools/mono-runtimes/mono-runtimes.targets during the build and is thus a hard dependency.
This commit is contained in:
Родитель
0778165a11
Коммит
c8fe9b1356
|
@ -14,6 +14,7 @@ DEBIAN_COMMON_DEPS="autoconf
|
|||
openjdk-8-jdk
|
||||
unzip
|
||||
vim-common
|
||||
sqlite3
|
||||
"
|
||||
|
||||
if [ "$OS_ARCH" = "x86_64" ]; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче