From aacc3a8f1039834cc686674f3a2bac45d77a014b Mon Sep 17 00:00:00 2001 From: m0ppers Date: Tue, 10 Aug 2021 19:06:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20opus-dev=20to=20Dockerfile?= =?UTF-8?q?=20(#218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit latest audiowaveform has a dependency on opus-dev and docker wouldn't build the image without having the library --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4893a0c..fc11b98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app # build audiowaveform from source -RUN apk add git make cmake gcc g++ libmad-dev libid3tag-dev libsndfile-dev gd-dev boost-dev libgd libpng-dev zlib-dev +RUN apk add git make cmake gcc g++ libmad-dev libid3tag-dev libsndfile-dev gd-dev boost-dev libgd libpng-dev zlib-dev opus-dev RUN apk add zlib-static libpng-static boost-static RUN apk add autoconf automake libtool gettext