Extend CI config to cover building with libmaxminddb support

This commit is contained in:
Jon Siwek 2020-04-28 17:37:31 -07:00
parent 4a76229209
commit 2107c3e0b7
2 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@ RUN apt-get update && apt-get -y install \
python3-pip\
swig \
zlib1g-dev \
libmaxminddb-dev \
libkrb5-dev \
bsdmainutils \
sqlite3 \