Skip to content

Commit 8bb4c23

Browse files
Costas Papastathisgithub-actions[bot]
Costas Papastathis
authored andcommitted
fix: usring on 14 rhel7 absolute path instead of STI_SCRIPTS_PATH variable
1 parent 3226ac2 commit 8bb4c23

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
@@ -67,7 +67,7 @@ RUN yum install -y yum-utils && \
6767

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

7272
# Copy extra files to the image.
7373
COPY ./root/ /

0 commit comments

Comments
 (0)