Add sqlite to CI dependencies

This commit is contained in:
Michael Vetter
2020-03-23 11:24:57 +01:00
parent 71e872c5b8
commit 672f3e22e8
6 changed files with 9 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
openssl \
pkg-config \
python \
wget
wget \
sqlite
RUN mkdir -p /usr/src/{stabber,profanity}