We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18c386 commit 4164c2aCopy full SHA for 4164c2a
Dockerfile
@@ -4,12 +4,12 @@ MAINTAINER "Dmitry Berezovsky <dmitry.berezovsky@logicify.com>"
4
ENV APPLICATION_DIR="/srv/application"
5
6
# Install required packages
7
-RUN yum -y install python34 python-virtualenv postgresql-devel gcc python34-devel \
+RUN yum -y install python35 python-virtualenv postgresql-devel gcc python35-devel \
8
libtiff-devel libjpeg-devel libzip-devel freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \
9
libxslt-devel libxml2-devel
10
11
# Install pip3
12
-RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4
+RUN curl https://bootstrap.pypa.io/get-pip.py | python3.5
13
# install virtualenv
14
RUN pip3 install virtualenv
15
0 commit comments