Skip to content

Commit

Permalink
python 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpp authored Nov 25, 2018
1 parent 315d9b4 commit 93332ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 93332ba

Please sign in to comment.