mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(docker): add missing dependencies to docker image (#2963)
This commit is contained in:
parent
b7f7ba9230
commit
d750ba38cd
@ -1,2 +1,2 @@
|
|||||||
(generated with docker-image-size.sh)
|
(generated with docker-image-size.sh)
|
||||||
224M
|
225M
|
||||||
|
@ -30,7 +30,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libxslt1.1 \
|
libxslt1.1 \
|
||||||
libevent-2.1-6 \
|
libevent-2.1-6 \
|
||||||
libgles2 \
|
libgles2 \
|
||||||
libvpx5
|
libvpx5 \
|
||||||
|
libxcomposite1 \
|
||||||
|
libatk1.0-0 \
|
||||||
|
libatk-bridge2.0-0 \
|
||||||
|
libepoxy0 \
|
||||||
|
libgtk-3-0 \
|
||||||
|
libharfbuzz-icu0
|
||||||
|
|
||||||
# 3. Install gstreamer and plugins to support video playback in WebKit.
|
# 3. Install gstreamer and plugins to support video playback in WebKit.
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user