From e0fc0f567555c547532793965cb8d2902664aba2 Mon Sep 17 00:00:00 2001 From: Ryan James Date: Sun, 6 Jan 2019 18:49:33 -0800 Subject: [PATCH] Install libconfig-dev to avoid build errors --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 05612c0f..87d51cb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get -y update && apt-get install -y libmicrohttpd-dev \ libogg-dev \ libini-config-dev \ libcollection-dev \ + libconfig-dev \ pkg-config \ gengetopt \ libtool \