Skip to content

Commit

Permalink
Prefer noto fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc authored and lucasfcosta committed Jan 27, 2022
1 parent 644a0fc commit 1518c19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,13 @@ RUN apt-get update -y && \
libasound2\
libatspi2.0-0\
libxshmfence1 \
fonts-arphic-ukai \
fonts-arphic-uming \
fonts-ipafont-mincho \
fonts-ipafont-gothic \
fonts-unfonts-core && \
fonts-noto-core\
fonts-noto-cjk &&\
apt-get clean all && \
exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10; \
done; \
(exit $exit_code)
RUN apt install fonts-noto-cjk
ENV NODE_PATH={{ $beatHome }}/.node
RUN echo \
$NODE_PATH \
Expand Down
7 changes: 2 additions & 5 deletions dev-tools/packaging/templates/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@ RUN apt-get update -y && \
libasound2\
libatspi2.0-0\
libxshmfence1 \
fonts-arphic-ukai \
fonts-arphic-uming \
fonts-ipafont-mincho \
fonts-ipafont-gothic \
fonts-unfonts-core && \
fonts-noto \
fonts-noto-cjk && \
apt-get clean all && \
exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10; \
done; \
Expand Down

0 comments on commit 1518c19

Please sign in to comment.