We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec0c93 commit a99a89eCopy full SHA for a99a89e
Dockerfile
@@ -17,7 +17,7 @@ RUN . /root/.cargo/env && cargo install typst-cli
17
FROM ubuntu:noble AS runner
18
ENV DEBIAN_FRONTEND=noninteractive
19
20
-RUN apt-get update && apt-get install -y fonts-font-awesome && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y fonts-font-awesome ca-certificates && rm -rf /var/lib/apt/lists/*
21
22
COPY --from=builder /root/.cargo/bin/* /usr/bin/
23
0 commit comments