File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949read -p " Build images? [Y/n] " -n 1 -r
5050echo
5151if [[ $REPLY =~ ^([Yy]| ) ]] || [[ -z $REPLY ]]; then
52+ docker pull debian:buster-slim
5253 docker build -t " $IMAGE " :discord discord
5354 docker tag " $IMAGE " :discord " $IMAGE " :" $VERSION " -discord
5455 docker build -t " $IMAGE " :latest .
@@ -62,4 +63,4 @@ if [[ $REPLY =~ ^([Yy]| ) ]] || [[ -z $REPLY ]]; then
6263 docker push " $IMAGE " :" $VERSION "
6364 docker push " $IMAGE " :latest
6465 fi
65- fi
66+ fi
Original file line number Diff line number Diff line change 4949read -p " Build images? [Y/n] " -n 1 -r
5050echo
5151if [[ $REPLY =~ ^([Yy]| ) ]] || [[ -z $REPLY ]]; then
52+ docker pull debian:buster-slim
5253 docker build -t " $IMAGE " :" $VERSION " -discord discord
5354 docker build -t " $IMAGE " :" $VERSION " .
5455
@@ -58,4 +59,4 @@ if [[ $REPLY =~ ^([Yy]| ) ]] || [[ -z $REPLY ]]; then
5859 docker push " $IMAGE " :" $VERSION " -discord
5960 docker push " $IMAGE " :" $VERSION "
6061 fi
61- fi
62+ fi
You can’t perform that action at this time.
0 commit comments