From 3c29c6ef60e4dab045186481c2a4282d27f2371b Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Thu, 25 Sep 2025 18:04:11 +0800 Subject: [PATCH] fix: add -y --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c16e4e..5d58ca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN git clone https://github.com/iceBear67/bubble . FROM debian:13 COPY --from=0 --chmod=0755 /src/bubble.sh /bin/bubble RUN <