Skip to content

Commit bce4b1a

Browse files
authored
chore(docker): trim some of the gstreamer dependencies (#2897)
1 parent 631f76d commit bce4b1a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/docker/Dockerfile.bionic

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ RUN apt-get update && apt-get install -y libwoff1 \
3232
libvpx5
3333

3434
# 3. Install gstreamer and plugins to support video playback in WebKit.
35-
RUN apt-get update && apt-get install -y gstreamer1.0-gl \
36-
gstreamer1.0-plugins-base \
37-
gstreamer1.0-plugins-good \
38-
gstreamer1.0-plugins-bad
35+
RUN apt-get update && apt-get install -y libgstreamer-gl1.0-0 \
36+
libgstreamer-plugins-bad1.0-0 \
37+
gstreamer1.0-plugins-good
3938

4039
# 4. Install Chromium dependencies
4140

0 commit comments

Comments
 (0)