We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf9e7e commit 8d19c74Copy full SHA for 8d19c74
Dockerfile
@@ -18,7 +18,7 @@ FROM ubuntu:noble AS runner
18
ENV DEBIAN_FRONTEND=noninteractive
19
ENV TYPST_FONT_PATHS=/usr/share/fonts/truetype/
20
21
-# note install needed fonts here, awesome fonts are not currently used AFAIK
+# install any other fonts desired here
22
RUN apt-get update && apt-get install -y fonts-font-awesome ca-certificates && rm -rf /var/lib/apt/lists/*
23
24
COPY --from=builder /root/.cargo/bin/* /usr/bin/
0 commit comments