This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 \ |