Use Python 3.4 on development Docker
This commit is contained in:
parent
ebe8e95a75
commit
a169bc60b8
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:latest
|
||||
FROM python:3.4
|
||||
|
||||
RUN apt-get -y update && apt-get install -y curl sudo
|
||||
|
||||
|
|
Loading…
Reference in New Issue