Skip to content

Commit f22c866

Browse files
authored
Update Dockerfile
1 parent 9f2ee20 commit f22c866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER "Daniel Whatmuff" <[email protected]>
55
COPY yum.conf /etc/yum.conf
66

77
RUN yum clean all && \
8-
yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc
8+
yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc && \
99
pip install -U pip && \
1010
pip install -U zappa mysql-python
1111

0 commit comments

Comments
 (0)