fix: GIT_TERMINAL_PROMPT=0 for Kaniko git clone
This commit is contained in:
@@ -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 . \
|
||||
|
||||
Reference in New Issue
Block a user