Skip to content

Instantly share code, notes, and snippets.

ARG IMAGE="ghcr.io/ublue-os/bazzite-nvidia"
ARG TAG=${TAG:-latest}
ARG DNF5_FLAGS="--setopt=install_weak_deps=0"
# Build ghostty
# https://ghostty.org/docs/install/build
FROM fedora:41 as builder-ghostty
ARG BUILD_DEPS="git gtk4-devel zig libadwaita-devel"
RUN --mount=type=cache,target=/var/cache/libdnf5 \