chore: fix emojis for CR and FF in Dockerfile (#2522)
This commit is contained in:
parent
3bff136825
commit
24316ad261
|
|
@ -35,7 +35,8 @@ RUN apt-get install -y libwoff1 \
|
||||||
|
|
||||||
RUN apt-get install -y libnss3 \
|
RUN apt-get install -y libnss3 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libasound2
|
libasound2 \
|
||||||
|
fonts-noto-color-emoji
|
||||||
|
|
||||||
# 4. Install Firefox dependencies
|
# 4. Install Firefox dependencies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue