diff --git a/14/Dockerfile.rhel7 b/14/Dockerfile.rhel7 index 50d998c8..5a2e74dd 100644 --- a/14/Dockerfile.rhel7 +++ b/14/Dockerfile.rhel7 @@ -66,7 +66,7 @@ RUN yum install -y yum-utils && \ yum -y clean all --enablerepo='*' # Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH -COPY ./s2i/bin/ $STI_SCRIPTS_PATH +COPY ./s2i/bin/ /usr/libexec/s2i RUN chmod +x /usr/libexec/s2i/init-wrapper # Copy extra files to the image.