Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Setting timezone to UTC
Jim Van Fleet committed Aug 30, 2016
1 parent 05cc252 commit f0340cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
@@ -15,6 +15,12 @@ LABEL Version=$version

LABEL Build docker build --rm --tag $maintainer/$imagename .

#
# UTC Timezone & Networking
#
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 && \
yum -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim wget rsyslog cron && \

0 comments on commit f0340cc

Please sign in to comment.