devops(docker): fix docker for chromium (#2966)
Docker image size doesn't change.
This commit is contained in:
parent
177873e3f7
commit
824f6491d3
|
|
@ -49,7 +49,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libnss3 \
|
libnss3 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
fonts-noto-color-emoji
|
fonts-noto-color-emoji \
|
||||||
|
libxtst6
|
||||||
|
|
||||||
# 5. Install Firefox dependencies
|
# 5. Install Firefox dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue