Update Dockerfile

This commit is contained in:
yunti 2015-09-18 18:24:06 +01:00
parent 16c3b5f081
commit 361ab459e8

View File

@ -1,4 +1,4 @@
{% if cookiecutter.use_python2= 'n' -%}
{% if cookiecutter.use_python2== 'n' -%}
FROM python:3.4
{% else %}
FROM python:2.7