diff --git a/Dockerfile b/Dockerfile index 49ad808..35c508f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ ADD https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.s ADD https://bitbucket.org/Gethec/projecttools/raw/master/DockerUtilities/ContainerTools /usr/bin/ContainerTools # Install S6-Overlay and Wait-For-It -RUN chmod u+x /usr/local/bin/wait-for-it && \ +RUN chmod u+x /usr/local/bin/wait-for-it /etc/cont-init.d/initializer && \ tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz && \ tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \ # Remove preinstalled conf files