Skip to content

Commit

Permalink
added taglib install
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed May 31, 2016
1 parent e035c71 commit d31070a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM meteorhacks/meteord:base
MAINTAINER Philipp Fauser <[email protected]>
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
Expand Down

0 comments on commit d31070a

Please sign in to comment.