Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing syntax error
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
@@ -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

0 comments on commit ae9dd44

Please sign in to comment.