mirror of
https://example.com
synced 2024-11-22 21:16:38 +09:00
chore: add a message to tell that docker image build takes time
This commit is contained in:
parent
513197f340
commit
4c445bf590
1 changed files with 2 additions and 0 deletions
2
neko/update/docker.sh
Executable file → Normal file
2
neko/update/docker.sh
Executable file → Normal file
|
@ -11,6 +11,8 @@ pull() {
|
||||||
if ! pull; then
|
if ! pull; then
|
||||||
say "awawa, the image may not be compatible with your environment..."
|
say "awawa, the image may not be compatible with your environment..."
|
||||||
say "Gonnya try building the image locally!"
|
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)" .
|
docker build --tag docker.io/naskya/firefish --build-arg VERSION="$(version)" .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue