[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:
Marek Habersack 2018-02-07 01:52:53 +01:00 коммит произвёл Jonathan Pryor
Родитель 0778165a11
Коммит c8fe9b1356
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,7 @@ DEBIAN_COMMON_DEPS="autoconf
openjdk-8-jdk
unzip
vim-common
sqlite3
"
if [ "$OS_ARCH" = "x86_64" ]; then