From 0132713ce5bc51840e945bb7cc2899326c5235e7 Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Wed, 2 Mar 2022 16:00:38 -0500 Subject: [PATCH] Fixed small bug in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ef2e9b4..6c7773c 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ build: echo "Please run make as a non-root user and without sudo!"; \ false; \ fi + @ echo "Building a Docker image requires sudo privileges. Please enter your password:" + @ sudo echo "" @ echo "Deleting old CYTools image..." sudo docker rmi cytools:uid-$(USERID) | echo "Old CYTools image does not exist or cannot be deleted" @ echo "Building CYTools image for user $(USERIDN)..."