Skip to content

Commit

Permalink
rm .bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbaskette committed Feb 22, 2016
1 parent 9ed586a commit 0f5c360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN echo root:pivotal | chpasswd \
&& rm /tmp/greenplum-db-4.3.7.1-build-1-RHEL5-x86_64.zip \
&& sed -i s/"more << EOF"/"cat << EOF"/g /tmp/greenplum-db-4.3.7.1-build-1-RHEL5-x86_64.bin \
&& echo -e "yes\n\nyes\nyes\n" | /tmp/greenplum-db-4.3.7.1-build-1-RHEL5-x86_64.bin \
&& rm /tmp/greenplum-db-4.3.7.1-build-1-RHEL5-x86_64.bin &&
&& cat /tmp/sysctl.conf.add >> /etc/sysctl.conf \
&& cat /tmp/limits.conf.add >> /etc/security/limits.conf \
&& rm -f /tmp/*.add \
Expand Down

0 comments on commit 0f5c360

Please sign in to comment.