We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631f76d commit bce4b1aCopy full SHA for bce4b1a
docs/docker/Dockerfile.bionic
@@ -32,10 +32,9 @@ RUN apt-get update && apt-get install -y libwoff1 \
32
libvpx5
33
34
# 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
+RUN apt-get update && apt-get install -y libgstreamer-gl1.0-0 \
+ libgstreamer-plugins-bad1.0-0 \
+ gstreamer1.0-plugins-good
39
40
# 4. Install Chromium dependencies
41
0 commit comments