From 4c445bf5905642a75d4e5920a71aa638144494f9 Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 17 Nov 2023 16:25:39 +0900 Subject: [PATCH] chore: add a message to tell that docker image build takes time --- neko/update/docker.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 neko/update/docker.sh diff --git a/neko/update/docker.sh b/neko/update/docker.sh old mode 100755 new mode 100644 index 2ef985c1d..eb57478aa --- a/neko/update/docker.sh +++ b/neko/update/docker.sh @@ -11,6 +11,8 @@ pull() { if ! pull; then say "awawa, the image may not be compatible with your environment..." say "Gonnya try building the image locally!" + + say "It takes some time! Why not brew a cup of cofe?" docker build --tag docker.io/naskya/firefish --build-arg VERSION="$(version)" . fi