mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1086: See need to all the Noto sub-packages too.
This commit is contained in:
parent
12bbe6b36e
commit
2a44a5f82b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user