Skip to content

Commit

Permalink
devops(docker): fix docker for chromium (#2966)
Browse files Browse the repository at this point in the history
Docker image size doesn't change.
  • Loading branch information
aslushnikov committed Jul 16, 2020
1 parent 177873e commit 824f649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docker/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 824f649

Please sign in to comment.