aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-23 10:50:26 -0400
committerXe Iaso <me@xeiaso.net>2024-06-23 10:50:26 -0400
commitf3f7c1f36d22cb19d38317c414ef33e59c9cfa01 (patch)
tree028f781c3809fb96eaac7494955317962a3205f9 /Earthfile
parent8f11c211d5771ff174ffc94f5b8e913d31a7b6b7 (diff)
downloadxesite-f3f7c1f36d22cb19d38317c414ef33e59c9cfa01.tar.xz
xesite-f3f7c1f36d22cb19d38317c414ef33e59c9cfa01.zip
cmd/xesite: oh my god it's even dumber, i had to install mailcap
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Earthfile b/Earthfile
index da553f4..79292fa 100644
--- a/Earthfile
+++ b/Earthfile
@@ -63,13 +63,13 @@ xesite:
FROM alpine:edge
WORKDIR /app
+ RUN apk add -U ca-certificates deno typst mailcap
+ ENV TYPST_FONT_PATHS=/app/fonts
+
COPY +build-xesite/xesite /app/xesite
COPY +fonts/ttf /app/fonts
COPY +dhall-json/dhall-to-json /usr/local/bin/dhall-to-json
- RUN apk add -U ca-certificates deno typst
- ENV TYPST_FONT_PATHS=/app/fonts
-
CMD ["/app/xesite"]
LABEL org.opencontainers.image.source="https://github.com/Xe/site"
@@ -78,4 +78,4 @@ xesite:
all:
BUILD --platform=linux/amd64 +xesite
- BUILD --platform=linux/amd64 +patreon-saasproxy \ No newline at end of file
+ BUILD --platform=linux/amd64 +patreon-saasproxy