Skip to content

Commit

Permalink
Switch back to release build of Liquidsoap 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed May 6, 2020
1 parent 7611eab commit 3fdcdca
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ RUN apt-get update \

USER azuracast

RUN opam init --disable-sandboxing -a --bare && opam switch create ocaml-system.4.08.1
ARG opam_packages="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.1.4.2"

ARG opam_packages="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"
RUN opam init --disable-sandboxing -a --bare && opam switch create ocaml-system.4.08.1
RUN opam install -y ${opam_packages}

# Keep in case it's needed later:
# Pin specific commit of Liquidsoap
RUN cd ~/ \
&& git clone --recursive https://github.com/savonet/liquidsoap.git \
&& cd liquidsoap \
&& git checkout 1.4.2 \
&& opam install -y .
# RUN cd ~/ \
# && git clone --recursive https://github.com/savonet/liquidsoap.git \
# && cd liquidsoap \
# && git checkout 1.4.2 \
# && opam install -y .

#
# Main image
Expand Down

0 comments on commit 3fdcdca

Please sign in to comment.