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

6 lines
93 B
Plaintext
Raw Normal View History

2020-01-28 19:28:16 +01:00
#!/usr/bin/with-contenv bash
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