ls-code-server/root/etc/cont-init.d/99-python2

7 lines
137 B
Plaintext
Raw Normal View History

2020-01-28 19:28:16 +01:00
#!/usr/bin/with-contenv bash
2020-01-28 21:12:43 +01:00
echo "**** installing python2 and pip ****"
2020-01-28 19:46:10 +01:00
apt-get update && apt-get install -y \
2020-01-28 19:28:16 +01:00
python \
python-pip