Skip to content

Commit

Permalink
fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Ludueña committed Aug 10, 2016
1 parent 946d5af commit ae9dd44
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 @@ -16,7 +16,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 install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim wget rsyslog cron && \
yum -y update && yum clean all

# Install Trusted Certificates
Expand Down

0 comments on commit ae9dd44

Please sign in to comment.