]> git.parisson.com Git - telemeta.git/commitdiff
Update Dockerfile and requirements
authorThomas Fillon <thomas@parisson.com>
Wed, 5 Jul 2017 16:13:08 +0000 (18:13 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 5 Jul 2017 16:13:23 +0000 (18:13 +0200)
mysql-client is now in the base docker image

Dockerfile
requirements.txt

index b6e0bd0172b19e2fed608742ef680b1dd52c59be..46cd53b26fc821de2791e21be249105185a333da 100644 (file)
@@ -21,8 +21,6 @@ RUN mkdir -p /srv/src/
 RUN mkdir -p /srv/app
 RUN mkdir -p /srv/src/telemeta
 
-RUN apt-get install -y --force-yes mysql-client
-
 ENV PYTHON_EGG_CACHE=/srv/.python-eggs
 RUN mkdir -p $PYTHON_EGG_CACHE
 RUN chown www-data:www-data $PYTHON_EGG_CACHE
index 73d8c67af2ac4e3953d9dfa33201376f57eab0fe..2c584b27861a558e7459a46ebd3553bf34651a65 100644 (file)
@@ -4,6 +4,6 @@ setuptools
 wheel
 -e .
 # Tests
-pytest-django==2.9
+pytest-django==3.1.2
 pytest-cov
 factory-boy