From 5082157e5404a696d1b0d4fc69baa6a14d2bb471 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Thu, 25 Feb 2021 17:19:29 +0700 Subject: [PATCH] Enable SQLITE --- 0.21/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0.21/Dockerfile b/0.21/Dockerfile index 2a626b7..b469fe7 100644 --- a/0.21/Dockerfile +++ b/0.21/Dockerfile @@ -131,6 +131,7 @@ RUN apk add --no-cache \ autoconf \ automake \ boost-dev \ + sqlite-dev \ build-base \ chrpath \ file \ @@ -165,6 +166,7 @@ RUN ./configure LDFLAGS=-L/opt/db4/lib/ CPPFLAGS=-I/opt/db4/include/ \ --without-gui \ --without-libs \ --with-utils \ + --with-sqlite=yes \ --with-daemon RUN make -j$(( $(nproc) + 1 )) check