Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeshua Ben Joseph
2026-05-18 13:57:31 -07:00
committed by GitHub
co-authored by Copilot Autofix powered by AI
parent 1fb3ce0c68
commit e08fc42a89
+1 -1
View File
@@ -11,7 +11,7 @@ ARG INSTALL_GNU_COREUTILS=0
COPY . /bd_build 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/system_services.sh && \
/bd_build/utilities.sh && \ /bd_build/utilities.sh && \
/bd_build/cleanup.sh /bd_build/cleanup.sh