Skip to content

Commit 24316ad

Browse files
authored
chore: fix emojis for CR and FF in Dockerfile (#2522)
1 parent 3bff136 commit 24316ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docker/Dockerfile.bionic

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN apt-get install -y libwoff1 \
3535

3636
RUN apt-get install -y libnss3 \
3737
libxss1 \
38-
libasound2
38+
libasound2 \
39+
fonts-noto-color-emoji
3940

4041
# 4. Install Firefox dependencies
4142

0 commit comments

Comments
 (0)