This commit is contained in:
parent
9f9090e5b8
commit
93651ca770
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
FROM docker.io/library/alpine AS build
|
FROM docker.io/library/alpine AS build
|
||||||
ENV TYPST_FONT_PATHS=.
|
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 &&\
|
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
|
wget -O noto.ttf https://cdn.jsdelivr.net/fontsource/fonts/noto-sans@latest/latin-400-normal.ttf
|
||||||
RUN typst c 3d-druck-agb.typ &&\
|
RUN typst c 3d-druck-agb.typ &&\
|
||||||
|
|
Loading…
Add table
Reference in a new issue