fix: install typst
Some checks failed
deploy / deploy (push) Failing after 23s

This commit is contained in:
ndsboy 2025-02-24 21:54:59 +00:00
parent 9f9090e5b8
commit 93651ca770

View file

@ -1,5 +1,6 @@
FROM docker.io/library/alpine AS build
ENV TYPST_FONT_PATHS=.
RUN apk add typst
RUN wget -O ubuntu.ttf https://cdn.jsdelivr.net/fontsource/fonts/ubuntu@latest/latin-400-normal.ttf &&\
wget -O noto.ttf https://cdn.jsdelivr.net/fontsource/fonts/noto-sans@latest/latin-400-normal.ttf
RUN typst c 3d-druck-agb.typ &&\