Skip to content
Snippets Groups Projects
Commit 5c7c3572 authored by David Trattnig's avatar David Trattnig
Browse files

Added note on missing dependency.

parent 5984571f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ FROM python:3.7.7-buster ...@@ -5,7 +5,6 @@ FROM python:3.7.7-buster
LABEL maintainer="David Trattnig <david.trattnig@subsquare.at>" LABEL maintainer="David Trattnig <david.trattnig@subsquare.at>"
RUN sed -i "s#deb http://http.us.debian.org/debian buster main contrib non-free#deb http://http.us.debian.org/debian buster main contrib non-free#g" /etc/apt/sources.list
RUN set -ex \ RUN set -ex \
&& rm -f /usr/bin/python && ln -s /usr/local/bin/python /usr/bin/python \ && rm -f /usr/bin/python && ln -s /usr/local/bin/python /usr/bin/python \
...@@ -45,6 +44,7 @@ RUN opam init --disable-sandboxing -y ...@@ -45,6 +44,7 @@ RUN opam init --disable-sandboxing -y
RUN opam switch create 4.08.0 RUN opam switch create 4.08.0
RUN opam update -y RUN opam update -y
RUN opam install depext -y RUN opam install depext -y
RUN opam depext taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y # FIXME Missing "fdkaac" in dependencies below, which requires system package "libfaac-dev"
RUN opam depext taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
RUN opam install taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y RUN opam install taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
RUN eval $(opam env) RUN eval $(opam env)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment