aripbae commited on
Commit
2379a67
·
verified ·
1 Parent(s): 5b6a4ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-linux/releases/latest/download/AppleColorEmoji.ttf && \
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"