code-server-python3 update/add workflows

This commit is contained in:
aptalca
2023-05-17 13:58:50 -04:00
parent bae40fa9e8
commit 2ae1b87bbc
6 changed files with 60 additions and 62 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/with-contenv bash
apt-get update
-10
View File
@@ -1,10 +0,0 @@
#!/usr/bin/with-contenv bash
echo "**** installing python3 dev environment ****"
apt-get install -y \
build-essential \
libssl-dev \
libffi-dev \
python3-dev \
python3-pip \
python3-venv