Use Python 3.4 on development Docker

This commit is contained in:
Santiago L 2021-02-22 13:01:53 +01:00
parent ebe8e95a75
commit a169bc60b8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ passlib==1.7.0
django-iban==0.3.0
requests
phonenumbers
django-countries
django-countries==5.5
django-localflavor
amqp
anyjson

View File

@ -1,4 +1,4 @@
FROM debian:latest
FROM python:3.4
RUN apt-get -y update && apt-get install -y curl sudo