Skip to content

Commit

Permalink
Updated ffmpeg plugin to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarn committed Sep 16, 2020
1 parent ee23abc commit b88a2cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ USER azuracast
RUN opam init --disable-sandboxing -a --bare && opam switch create ocaml-system.4.08.1

# Uncomment to Pin specific commit of Liquidsoap
RUN cd ~/ \
&& git clone --recursive https://github.com/savonet/liquidsoap.git \
&& cd liquidsoap \
&& git checkout b20048070989d65a1d823c1e00435ef1a5744e4f \
&& opam pin add --no-action liquidsoap .
#RUN cd ~/ \
# && git clone --recursive https://github.com/savonet/liquidsoap.git \
# && cd liquidsoap \
# && git checkout b20048070989d65a1d823c1e00435ef1a5744e4f \
# && opam pin add --no-action liquidsoap .

ARG opam_packages="ffmpeg.0.4.1 samplerate.0.1.4 taglib.0.3.3 mad.0.4.5 faad.0.4.0 fdkaac.0.3.1 lame.0.3.3 vorbis.0.7.1 cry.0.6.1 flac.0.1.5 opus.0.1.3 duppy.0.8.0 ssl liquidsoap"
ARG opam_packages="ffmpeg.0.4.3 samplerate.0.1.4 taglib.0.3.3 mad.0.4.5 faad.0.4.0 fdkaac.0.3.1 lame.0.3.3 vorbis.0.7.1 cry.0.6.1 flac.0.1.5 opus.0.1.3 duppy.0.8.0 ssl liquidsoap"
RUN opam install -y ${opam_packages}

#
Expand Down

0 comments on commit b88a2cc

Please sign in to comment.