Browse Source

Fix docker-compose issue with pyodbc

pull/392/head
Ben Summers 5 years ago
parent
commit
0316918c3e
1 changed files with 1 additions and 0 deletions
  1. 1
      tools/dev-django.sh

1
tools/dev-django.sh

@ -14,6 +14,7 @@ if [[ ! -f "${venv}/bin/python" ]]; then
fi
echo "Installing dependencies"
apt-get update && apt-get install -y g++ unixodbc-dev # pyodbc build dependencies
"${venv}/bin/pip" install -r "${root}/requirements.txt"
echo "Initializing database"

Loading…
Cancel
Save