diff --git a/builder/chroot-script.sh b/builder/chroot-script.sh
index a069607..0fc4c63 100644
--- a/builder/chroot-script.sh
+++ b/builder/chroot-script.sh
@@ -222,6 +222,7 @@ sudo apt-get install git
 cd /var/www/
 
 # install infragram in the web public folder:
+echo "Installing infragram"
 git clone https://github.com/publiclab/infragram.git
 cd infragram
 npm install