Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removing forced packages update. added ENV REFRESHED_AT to control im…
…age cache
Leonardo Ludueña committed Aug 10, 2016
1 parent ae9dd44 commit 1a2dd2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,4 +1,5 @@
FROM centos:centos7
ENV REFRESHED_AT 2016-08-09

# Define args and set a default value
ARG maintainer=tier
@@ -17,7 +18,7 @@ LABEL Build docker build --rm --tag $maintainer/$imagename .
# Install base deps
RUN 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 -y update && yum clean all
yum clean all

# Install Trusted Certificates
RUN update-ca-trust force-enable

0 comments on commit 1a2dd2d

Please sign in to comment.