From 912a26ee11b9b2c9212590970c6d8b7547aafd01 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Wed, 17 Jul 2019 13:07:01 +0200 Subject: [PATCH] :heavy_plus_sign: Add sqlite libs to fix #43 Signed-off-by: mathieu.brunot --- ecs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ecs/Dockerfile b/ecs/Dockerfile index cef4bae..010da57 100644 --- a/ecs/Dockerfile +++ b/ecs/Dockerfile @@ -58,6 +58,7 @@ RUN apk upgrade --update musl \ ncurses-libs \ openssl \ sqlite \ + sqlite-libs \ unixodbc \ yaml \ zlib \