Skip to content

Commit

Permalink
Fixed small bug in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Mar 2, 2022
1 parent b8d6c0d commit 0132713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)..."
Expand Down

0 comments on commit 0132713

Please sign in to comment.