diff --git a/base/Dockerfile b/base/Dockerfile index 3df7bd6..2a4f3e6 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -4,6 +4,9 @@ FROM meteorhacks/meteord:base MAINTAINER Philipp Fauser RUN apt-get update +# install taglib +RUN apt-get install -y libtag1-dev + # install sox and mp3 codec RUN apt-get install -y sox RUN apt-get install -y libsox-fmt-mp3