DCD-1086: See need to all the Noto sub-packages too.

This commit is contained in:
Steve Smith 2020-08-24 14:13:26 +10:00
parent 12bbe6b36e
commit 2a44a5f82b

View File

@ -19,7 +19,8 @@ EXPOSE 8091
CMD ["/entrypoint.py"]
ENTRYPOINT ["/sbin/tini", "--"]
RUN apk add --no-cache ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu font-noto tini python3 py3-jinja2
RUN apk add --no-cache ca-certificates wget curl openssh bash procps openssl perl tini python3 py3-jinja2 \
ttf-dejavu `apk search -qe 'font-noto*'`
# Workaround for AdoptOpenJDK Alpine fontconfig bug
RUN ln -s /usr/lib/libfontconfig.so.1 /usr/lib/libfontconfig.so \