Skip to content

Commit 8d19c74

Browse files
committed
Remove incorrect note about fonts.
1 parent ddf9e7e commit 8d19c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ubuntu:noble AS runner
1818
ENV DEBIAN_FRONTEND=noninteractive
1919
ENV TYPST_FONT_PATHS=/usr/share/fonts/truetype/
2020

21-
# note install needed fonts here, awesome fonts are not currently used AFAIK
21+
# install any other fonts desired here
2222
RUN apt-get update && apt-get install -y fonts-font-awesome ca-certificates && rm -rf /var/lib/apt/lists/*
2323

2424
COPY --from=builder /root/.cargo/bin/* /usr/bin/

0 commit comments

Comments
 (0)