Update Dockerfile

This commit is contained in:
yunti 2015-09-18 19:02:33 +01:00
parent 6662ccbd94
commit c77c8e0b83

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