Explicitly make initializer executable
This commit is contained in:
@@ -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
|
ADD https://bitbucket.org/Gethec/projecttools/raw/master/DockerUtilities/ContainerTools /usr/bin/ContainerTools
|
||||||
|
|
||||||
# Install S6-Overlay and Wait-For-It
|
# 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-x86_64.tar.xz && \
|
||||||
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \
|
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \
|
||||||
# Remove preinstalled conf files
|
# Remove preinstalled conf files
|
||||||
|
Reference in New Issue
Block a user