Skip to content

Commit

Permalink
Remove redundant font install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc authored and lucasfcosta committed Jan 28, 2022
1 parent f1c91ff commit 668449d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ RUN apt-get update -y && \
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

0 comments on commit 668449d

Please sign in to comment.