fix(docker): update native deps and docker files for chromium (#5989)

This commit is contained in:
Yury Semikhatsky 2021-03-29 13:43:31 -07:00 committed by GitHub
parent 2262d8739f
commit 8c6822bd32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -34,6 +34,7 @@ export const deps = {
'libcups2',
'libdbus-1-3',
'libdrm2',
'libegl1',
'libgbm1',
'libglib2.0-0',
'libgtk-3-0',
@ -47,6 +48,7 @@ export const deps = {
'libxext6',
'libxfixes3',
'libxrandr2',
'libxshmfence1',
],
firefox: [
'ffmpeg',
@ -138,6 +140,7 @@ export const deps = {
'libcups2',
'libdbus-1-3',
'libdrm2',
'libegl1',
'libgbm1',
'libglib2.0-0',
'libgtk-3-0',

View file

@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libcups2\
libdbus-1-3\
libdrm2\
libegl1\
libgbm1\
libglib2.0-0\
libgtk-3-0\
@ -31,7 +32,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxdamage1\
libxext6\
libxfixes3\
libxrandr2
libxrandr2\
libxshmfence1
# firefox
RUN apt-get update && apt-get install -y --no-install-recommends \

View file

@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libcups2\
libdbus-1-3\
libdrm2\
libegl1\
libgbm1\
libglib2.0-0\
libgtk-3-0\
@ -31,7 +32,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxdamage1\
libxext6\
libxfixes3\
libxrandr2
libxrandr2\
libxshmfence1
# firefox
RUN apt-get update && apt-get install -y --no-install-recommends \