run before custom scripts

This commit is contained in:
aptalca
2020-04-01 17:28:28 -04:00
parent 4e6f602d88
commit be4ec72b28
+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