Skip to content

Commit

Permalink
fix: using absolute path on copying s2i scripts in 14 rhel7
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Nov 10, 2023
1 parent 5810f10 commit 3a47b01
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 3a47b01

Please sign in to comment.