By: Michael Lynch <git@mtlynch.io>
Build Docker image from Dockerfile in Nix Replace the separate dockerTools image definition with a Kaniko-based build that uses the repository Dockerfile. The Nix build patches only its temporary Dockerfile copy to remove the .git COPY line because flake sources do not include .git, preserving normal Docker build behavior.