Skip to content

Commit a99a89e

Browse files
committed
typst
1 parent 4ec0c93 commit a99a89e

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
@@ -17,7 +17,7 @@ RUN . /root/.cargo/env && cargo install typst-cli
1717
FROM ubuntu:noble AS runner
1818
ENV DEBIAN_FRONTEND=noninteractive
1919

20-
RUN apt-get update && apt-get install -y fonts-font-awesome && rm -rf /var/lib/apt/lists/*
20+
RUN apt-get update && apt-get install -y fonts-font-awesome ca-certificates && rm -rf /var/lib/apt/lists/*
2121

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

0 commit comments

Comments
 (0)