Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating bin file content
Jim Van Fleet committed Sep 13, 2016
1 parent e7662ae commit e9adedc
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -31,7 +31,8 @@ RUN yum -y install --setopt=tsflags=nodocs epel-release && \
/opt/autoexec/firstrun \
/opt/bin \
/opt/etc \
/opt/tier \
/opt/log \
/opt/tier

# Install Trusted Certificates
RUN update-ca-trust force-enable
2 changes: 1 addition & 1 deletion container_files/bin/firstrun.sh
@@ -2,5 +2,5 @@

for file in /opt/autoexec/firstrun/*
do
cmd "$file" >> /opt/etc/autoexec.firstrun.log
exec "$file" >> /opt/log/autoexec.firstrun.log
done
2 changes: 1 addition & 1 deletion container_files/bin/onbuild.sh
@@ -2,5 +2,5 @@

for file in /opt/autoexec/onbuild/*
do
cmd "$file" >> /opt/etc/autoexec.build.log
exec "$file" >> /opt/log/autoexec.build.log
done

0 comments on commit e9adedc

Please sign in to comment.