Skip to content

Commit

Permalink
fix: adding absolute path on copying scripts. rhel 7 node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Costas Papastathis committed May 27, 2024
1 parent b064bd5 commit c5ad46d
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 @@ -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.
Expand Down

0 comments on commit c5ad46d

Please sign in to comment.