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 9f2ee20 commit f22c866Copy full SHA for f22c866
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER "Daniel Whatmuff" <[email protected]>
5
COPY yum.conf /etc/yum.conf
6
7
RUN yum clean all && \
8
- yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc
+ yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc && \
9
pip install -U pip && \
10
pip install -U zappa mysql-python
11
0 commit comments