ls-code-server/root/etc/cont-init.d/99-python2
2020-01-28 12:21:42 -08:00

7 lines
137 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** installing python2 and pip ****"
apt-get update && apt-get install -y \
python \
python-pip