Skip to content

Commit b6787b4

Browse files
Costas Papastathisgithub-actions[bot]
Costas Papastathis
authored andcommitted
fix: adding absolute path on copying scripts. rhel 7 node 14
1 parent 8bb4c23 commit b6787b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/Dockerfile.rhel7

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN yum install -y yum-utils && \
6666
yum -y clean all --enablerepo='*'
6767

6868
# Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH
69-
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
69+
COPY ./s2i/bin/ /usr/libexec/s2i
7070
RUN chmod +x /usr/libexec/s2i/init-wrapper
7171

7272
# Copy extra files to the image.

0 commit comments

Comments
 (0)