Skip to content

Commit

Permalink
[FIX] gstreamer version used in liquidsoap
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Sep 11, 2018
1 parent 1c5a724 commit 4608c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/liquidsoap/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN /usr/local/bin/apt-install \
liquidsoap \
liquidsoap-plugin-all \
mplayer \
gstreamer0.10-plugins-base \
gstreamer0.10-plugins-good \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
&& docker-run-bootstrap \
&& docker-image-cleanup

Expand Down
4 changes: 2 additions & 2 deletions docker/liquidsoap/latest/Dockerfile.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN /usr/local/bin/apt-install \
liquidsoap \
liquidsoap-plugin-all \
mplayer \
gstreamer0.10-plugins-base \
gstreamer0.10-plugins-good \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
{{ provision.runBootstrap() }} \
{{ docker.cleanup() }}

Expand Down

0 comments on commit 4608c46

Please sign in to comment.