diff --git a/bin/pandachi-install b/bin/pandachi-install index f4a31f8..9b715ee 100755 --- a/bin/pandachi-install +++ b/bin/pandachi-install @@ -59,6 +59,11 @@ PGHOST=\$(docker-ip | grep postgres | xargs echo | cut -f 3 -d " ") || { export PGHOST PGUSER EOF +## +## We could need some docker-compose for some quick hacks +## +pip install cffi==1.12.3 docker-compose + if [ "$DOMAIN" ]; then sed -ri "s/^(\s+domain:\s+).*$/\1$DOMAIN/g" compose.yml