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

This commit is contained in:
Yury Semikhatsky 2020-07-10 15:56:52 -07:00 коммит произвёл GitHub
Родитель 631f76df75
Коммит bce4b1aea9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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