devops(docker): fix docker for chromium (#2966)

Docker image size doesn't change.
This commit is contained in:
Andrey Lushnikov 2020-07-15 17:20:48 -07:00 committed by GitHub
parent 177873e3f7
commit 824f6491d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libnss3 \
libxss1 \
libasound2 \
fonts-noto-color-emoji
fonts-noto-color-emoji \
libxtst6
# 5. Install Firefox dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \