Skip to content

Commit

Permalink
Update link to ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
studersi committed Mar 14, 2019
1 parent 170e09d commit e0aa62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsonic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN wget "https://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-$
dpkg -i /tmp/subsonic.deb && \
rm -rf /tmp/subsonic.deb

RUN wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz -O /tmp/ffmpeg-release-64bit-static.tar.xz && \
RUN wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz -O /tmp/ffmpeg-release-amd64-static.tar.xz && \
mkdir -p /opt/ffmpeg && \
tar xf /tmp/ffmpeg-release-64bit-static.tar.xz -C /opt/ffmpeg --strip-components=1
tar xf /tmp/ffmpeg-release-amd64-static.tar.xz -C /opt/ffmpeg --strip-components=1

WORKDIR /opt/app
ENV SUBSONIC_CONTEXT_PATH /
Expand Down

0 comments on commit e0aa62d

Please sign in to comment.