Added MS core fonts to dockerfile

pull/231/head
Jerry Steele 5 years ago
parent eb5a5d36d8
commit b1492ad1f2

@ -8,6 +8,11 @@ RUN apk update && apk add --no-cache \
# install go package. # install go package.
RUN go get github.com/mingrammer/round RUN go get github.com/mingrammer/round
# install fonts
RUN apk --no-cache add msttcorefonts-installer fontconfig && \
update-ms-fonts && \
fc-cache -f
# add go bin to path. # add go bin to path.
ENV PATH "$PATH:/root/go/bin" ENV PATH "$PATH:/root/go/bin"

Loading…
Cancel
Save