Skip to content

Commit

Permalink
fix for rpmdb checksum invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow committed Aug 19, 2018
1 parent 9a7c74e commit 8d028dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY yum.conf /etc/yum.conf
# Fix for slow yum metadata https://github.com/danielwhatmuff/zappa/issues/4
RUN if ! [[ -z "$region" ]]; then echo $region > /etc/yum/vars/awsregion; fi

RUN touch /var/lib/rpm/*

RUN yum clean all && \
yum -y install virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc lapack-devel blas-devel libyaml-devel wget && \
cd /usr/src && \
Expand Down

0 comments on commit 8d028dc

Please sign in to comment.