Add fontconfig to final build stage to add font to telemetry_ui vega-lite image

This commit is contained in:
Simon Prévost 2023-05-03 08:38:18 -04:00
parent cc2051b95b
commit d6bfb1d1f2

View File

@ -70,7 +70,7 @@ FROM alpine:3.17.0
FROM debian:bullseye-20230109 FROM debian:bullseye-20230109
RUN apt-get update -y && \ RUN apt-get update -y && \
apt-get install -y bash libyaml-dev openssl libncurses5 locales && \ apt-get install -y bash libyaml-dev openssl libncurses5 locales fontconfig && \
apt-get clean && \ apt-get clean && \
rm -f /var/lib/apt/lists/*_* rm -f /var/lib/apt/lists/*_*