Skip to content

Commit

Permalink
add missing font package to wireviz container (#1478)
Browse files Browse the repository at this point in the history
Co-authored-by: copyrights <copyrights@mailbox.org>
  • Loading branch information
copyrights and copyrights authored Mar 18, 2023
1 parent 27d58f9 commit ed566cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireviz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.11.0-alpine3.16
RUN addgroup -g 1000 kroki && adduser -D -G kroki -u 1000 kroki

# add runtime dependency
RUN apk --update --no-cache add graphviz
RUN apk --update --no-cache add graphviz ttf-liberation && fc-cache -f

# ENV LIBRARY_PATH=/lib:/usr/lib

Expand Down

0 comments on commit ed566cb

Please sign in to comment.