From 93332ba2f627887698ac7e8b9d9bc73f62c160b7 Mon Sep 17 00:00:00 2001 From: Kirill Malyshev Date: Sun, 25 Nov 2018 16:15:21 +0200 Subject: [PATCH] python 3.4.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28d3cc5..283bfa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN yum-builddep -y python; yum -y install make postgresql-devel gcc \ libtiff-devel libjpeg-devel libzip-devel freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \ libxslt-devel libxml2-devel python-devel; yum clean all -ENV PYTHON_VERSION="3.5.6" +ENV PYTHON_VERSION="3.4.9" # Downloading and building python RUN mkdir /tmp/python-build && cd /tmp/python-build && \ curl https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz > python.tgz && \