Use the MySQL connector that is recommended by Django

This commit is contained in:
Raphael Michel
2015-05-19 00:25:05 +02:00
parent aa7fcc1923
commit f89fd9c3a2
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM debian:jessie
RUN apt-get update && apt-get install -y supervisor python3 git python3-pip \
libxml2-dev libxslt1-dev python-dev python-virtualenv locales libffi-dev \
build-essential python3-dev zlib1g-dev libssl-dev npm gettext git \
libpq-dev \
libpq-dev libmysqlclient-dev \
--no-install-recommends
WORKDIR /