libghostty website: update to use arch for doxygen for latest

pull/9050/head
Mitchell Hashimoto 2025-10-05 20:26:17 -07:00
parent f3c1357337
commit 6ef0be7580
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 5 additions and 3 deletions

View File

@ -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/