run before custom scripts

This commit is contained in:
aptalca
2020-04-01 17:27:29 -04:00
parent 5042f9ecf8
commit 210fd24a3f
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/with-contenv bash
echo "**** installing python2 dev environment ****"
apt-get update && apt-get install -y \
build-essential \
libssl-dev \
libffi-dev \
python-dev \
python-pip