fix: GIT_TERMINAL_PROMPT=0 for Kaniko git clone

This commit is contained in:
2026-06-22 12:20:44 +00:00
parent 0445756d32
commit 9f844f0037
+2
View File
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git libgl1 libglib2.0-0 libsm6 libxext6 libgomp1 \
&& rm -rf /var/lib/apt/lists/*
ENV GIT_TERMINAL_PROMPT=0
WORKDIR /app
RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI . \