chore(docker): trim some of the gstreamer dependencies (#2897)

This commit is contained in:
Yury Semikhatsky 2020-07-10 15:56:52 -07:00 committed by GitHub
parent 631f76df75
commit bce4b1aea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,10 +32,9 @@ RUN apt-get update && apt-get install -y libwoff1 \
libvpx5
# 3. Install gstreamer and plugins to support video playback in WebKit.
RUN apt-get update && apt-get install -y gstreamer1.0-gl \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad
RUN apt-get update && apt-get install -y libgstreamer-gl1.0-0 \
libgstreamer-plugins-bad1.0-0 \
gstreamer1.0-plugins-good
# 4. Install Chromium dependencies