Skip to content

Commit

Permalink
fix: usring on 14 rhel7 absolute path instead of STI_SCRIPTS_PATH var…
Browse files Browse the repository at this point in the history
…iable
  • Loading branch information
Costas Papastathis authored and pacostas committed Nov 10, 2023
1 parent fa5436f commit 5810f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN yum install -y yum-utils && \

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

# Copy extra files to the image.
COPY ./root/ /
Expand Down

0 comments on commit 5810f10

Please sign in to comment.