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

Updated dependencies.

parent a11d9cf1
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,11 @@ before_script: ...@@ -11,9 +11,11 @@ before_script:
- . venv/bin/activate - . venv/bin/activate
# - opam init --disable-sandboxing -y # - opam init --disable-sandboxing -y
# - opam switch create 4.08.0 # - opam switch create 4.08.0
# - opam update -y
# - opam install depext -y
# - opam depext taglib mad lame vorbis fdkaac flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
# - opam install taglib mad lame vorbis fdkaac flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
# - eval $(opam env) # - eval $(opam env)
# - opam depext -y flac opus pulseaudio bjack alsa liquidsoap
# - opam install -y flac opus pulseaudio bjack alsa liquidsoap
- python3 -V - python3 -V
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- mkdir /etc/aura - mkdir /etc/aura
......
...@@ -33,7 +33,8 @@ FROM ocaml/opam2:latest ...@@ -33,7 +33,8 @@ FROM ocaml/opam2:latest
# Liquidsoap Dependencies # Liquidsoap Dependencies
RUN opam init --disable-sandboxing -y RUN opam init --disable-sandboxing -y
RUN opam switch create 4.08.0 RUN opam switch create 4.08.0
RUN eval $(opam env) RUN opam update -y
RUN opam install -y depext RUN opam install depext -y
RUN opam depext -y flac opus pulseaudio bjack alsa liquidsoap RUN opam depext taglib mad lame vorbis fdkaac flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
RUN opam install -y flac opus pulseaudio bjack alsa liquidsoap RUN opam install taglib mad lame vorbis fdkaac flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
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