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