mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 03:22:37 +00:00
libghostty website: update to use arch for doxygen for latest
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user