Skip to content

Commit 55c6cc2

Browse files
authored
Merge pull request doccano#392 from bensums/master
Fix docker-compose issue with pyodbc
2 parents 1066c3a + 0316918 commit 55c6cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/dev-django.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if [[ ! -f "${venv}/bin/python" ]]; then
1414
fi
1515

1616
echo "Installing dependencies"
17+
apt-get update && apt-get install -y g++ unixodbc-dev # pyodbc build dependencies
1718
"${venv}/bin/pip" install -r "${root}/requirements.txt"
1819

1920
echo "Initializing database"

0 commit comments

Comments
 (0)