From aa93f89eae73b01f5155c7dee34f9b33e1276f42 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 15 Jul 2021 17:57:04 +0200 Subject: [PATCH] docker: add missing fonts for rasterized graphviz output formats --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c688907..72fc415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG GOARCH ARG ALPINE_VERSION=v3.12 LABEL maintainer="squat " RUN echo -e "https://alpine.global.ssl.fastly.net/alpine/$ALPINE_VERSION/main\nhttps://alpine.global.ssl.fastly.net/alpine/$ALPINE_VERSION/community" > /etc/apk/repositories && \ - apk add --no-cache ipset iptables ip6tables wireguard-tools graphviz + apk add --no-cache ipset iptables ip6tables wireguard-tools graphviz font-bitstream-type1 COPY --from=cni bridge host-local loopback portmap /opt/cni/bin/ COPY bin/linux/$GOARCH/kg /opt/bin/ ENTRYPOINT ["/opt/bin/kg"]