Postorius fix for Dockerfile.dev (#361)

* Updating Dockerfiles

* Whitespaces fix
This commit is contained in:
Danil Smirnov
2020-01-10 19:14:41 +02:00
committed by Abhilash Raj
parent 5ec6bd054f
commit 81f3eeb578
2 changed files with 14 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ RUN set -ex \
postgresql-client mysql-client py-mysqldb curl mailcap \
python3 py3-setuptools libffi \
&& python3 -m pip install -U 'Django<3.0' pip \
&& python3 -mpip install postorius==1.3.1 \
&& python3 -m pip install postorius==1.3.1 \
uwsgi \
psycopg2 \
dj-database-url \