Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 30 |
# Download and install AppleColorEmoji.ttf
|
| 31 |
RUN mkdir -p /usr/share/fonts/AppleColorEmoji && \
|
| 32 |
wget -O /usr/share/fonts/AppleColorEmoji/AppleColorEmoji.ttf \
|
| 33 |
-
https://github.com/samuelngs/apple-emoji-
|
| 34 |
fc-cache -f -v
|
| 35 |
|
| 36 |
RUN fc-list | grep -i "AppleColorEmoji"
|
|
|
|
| 30 |
# Download and install AppleColorEmoji.ttf
|
| 31 |
RUN mkdir -p /usr/share/fonts/AppleColorEmoji && \
|
| 32 |
wget -O /usr/share/fonts/AppleColorEmoji/AppleColorEmoji.ttf \
|
| 33 |
+
https://github.com/samuelngs/apple-emoji-ttf/releases/latest/download/AppleColorEmoji-Linux.ttf && \
|
| 34 |
fc-cache -f -v
|
| 35 |
|
| 36 |
RUN fc-list | grep -i "AppleColorEmoji"
|