From 82c9fa140c540dc542220a715524f7ee3ddd4f9c Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 28 Jan 2020 15:12:43 -0500 Subject: [PATCH] increase verbosity --- root/etc/cont-init.d/99-python2 | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/cont-init.d/99-python2 b/root/etc/cont-init.d/99-python2 index 92bd5ea..91e1e69 100644 --- a/root/etc/cont-init.d/99-python2 +++ b/root/etc/cont-init.d/99-python2 @@ -1,5 +1,6 @@ #!/usr/bin/with-contenv bash +echo "**** installing python2 and pip ****" apt-get update && apt-get install -y \ python \ python-pip