Skip to content

Commit

Permalink
Adding yum cache refresh to container refresh process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Nov 7, 2016
1 parent 3cb6819 commit 3509c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
&& echo "NETWORKING=yes" > /etc/sysconfig/network

# Install base deps
RUN yum -y install --setopt=tsflags=nodocs epel-release && \
RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=nodocs epel-release && \
yum -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim wget rsyslog cron && \
yum clean all && \
mkdir -p \
Expand Down

0 comments on commit 3509c70

Please sign in to comment.