Skip to content

Commit 4164c2a

Browse files
authored
Update Dockerfile
1 parent a18c386 commit 4164c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ MAINTAINER "Dmitry Berezovsky <dmitry.berezovsky@logicify.com>"
44
ENV APPLICATION_DIR="/srv/application"
55

66
# Install required packages
7-
RUN yum -y install python34 python-virtualenv postgresql-devel gcc python34-devel \
7+
RUN yum -y install python35 python-virtualenv postgresql-devel gcc python35-devel \
88
libtiff-devel libjpeg-devel libzip-devel freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \
99
libxslt-devel libxml2-devel
1010

1111
# Install pip3
12-
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4
12+
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.5
1313
# install virtualenv
1414
RUN pip3 install virtualenv
1515

0 commit comments

Comments
 (0)