🐛 add opus-dev to Dockerfile (#218)

latest audiowaveform has a dependency on opus-dev and docker wouldn't build the image without having the library
This commit is contained in:
m0ppers
2021-08-10 19:06:21 +02:00
committed by GitHub
parent 6551734ac1
commit aacc3a8f10

View File

@@ -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