code-server: python3 initial release

This commit is contained in:
aptalca
2020-02-05 11:49:29 -05:00
parent ca2c0ce48e
commit 33338422f3
7 changed files with 20 additions and 67 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv bash
echo "**** installing python3 dev environment ****"
apt-get update && apt-get install -y \
build-essential \
libssl-dev \
libffi-dev \
python3-dev \
python3-pip \
python3-venv