From e08fc42a891b04cb376031f7fc45b0910dfdce67 Mon Sep 17 00:00:00 2001 From: Jeshua Ben Joseph Date: Mon, 18 May 2026 13:57:31 -0700 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 7f2d70a..9ec4068 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -11,7 +11,7 @@ ARG INSTALL_GNU_COREUTILS=0 COPY . /bd_build -RUN /bd_build/prepare.sh && \ +RUN INSTALL_GNU_COREUTILS=$INSTALL_GNU_COREUTILS /bd_build/prepare.sh && \ /bd_build/system_services.sh && \ /bd_build/utilities.sh && \ /bd_build/cleanup.sh