Typo fix by rodikal for build-locally.sh

Co-authored-by: Samuel Van Reeth <samuelvanreeth@gmail.com>
This commit is contained in:
njalooo 2023-07-22 16:28:53 +02:00 committed by GitHub
parent 868f3d0a40
commit b92c25bdf0

View file

@ -13,7 +13,7 @@ fi
printf "${PURPLEBOLD}Building temporary modified Ubuntu image:\n"
docker build -t lancachenet/ubuntu:latest --progress tty https://github.com/lancachenet/ubuntu.git
#Removes standart Ubuntu image if not present before running:
#Removes standard Ubuntu image if not present before running:
if [ "$IMAGEEXISTS" == false ]; then
printf "${PURPLEBOLD}Removing standart Ubuntu image:\n"
docker rmi ubuntu