0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-11-16 01:33:58 -05:00

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 apt-get update && apt-get install -y --no-install-recommends \
libxss-dev \
make \
pkg-config \
python-dev
python-dev \
libsqlite3-dev
RUN mkdir -p /usr/src/{stabber,libmesode,profanity}
WORKDIR /usr/src