Added ttf-ubuntu-font-family

The present build does not include a font-family causing Graphviz to render text as blank squares, including the ttf  ubuntu font-family means text is rendered correctly
This commit is contained in:
nathbooth
2017-12-01 09:27:30 +00:00
committed by GitHub
parent e4ddfc925c
commit 2aa582f3ce

@ -6,6 +6,7 @@ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
cyrus-sasl-dev \ cyrus-sasl-dev \
graphviz \ graphviz \
ttf-ubuntu-font-family \
jpeg-dev \ jpeg-dev \
libffi-dev \ libffi-dev \
libxml2-dev \ libxml2-dev \