summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-05 20:26:17 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-05 20:26:18 -0700
commit6ef0be758043d18f6ca9374ea0c4158da62c4dbd (patch)
tree908786e24e3873f95c23be24d07fdc09b1487968 /src
parentf3c13573370d09eb4a3b0901daa1ab1fb9d5e2f9 (diff)
libghostty website: update to use arch for doxygen for latest
Diffstat (limited to 'src')
-rw-r--r--src/build/docker/lib-c-docs/Dockerfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/build/docker/lib-c-docs/Dockerfile b/src/build/docker/lib-c-docs/Dockerfile
index 6522ca4f6..8b4f2f6df 100644
--- a/src/build/docker/lib-c-docs/Dockerfile
+++ b/src/build/docker/lib-c-docs/Dockerfile
@@ -1,13 +1,15 @@
#--------------------------------------------------------------------
# Generate documentation with Doxygen
#--------------------------------------------------------------------
-FROM alpine:latest AS builder
+FROM --platform=linux/amd64 archlinux:latest AS builder
# Build argument for noindex header
ARG ADD_NOINDEX_HEADER=false
-RUN apk add --no-cache \
+RUN pacman -Syu --noconfirm && \
+ pacman -S --noconfirm \
doxygen \
- graphviz
+ graphviz && \
+ pacman -Scc --noconfirm
WORKDIR /ghostty
COPY include/ ./include/
COPY images/ ./images/