Skip to content

Commit ddf0d4d

Browse files
updated dockerfile
1 parent a277fa8 commit ddf0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
2020
RUN chmod +x /ppc64le-build.sh
2121

2222
# Verify permissions and ensure Unix line endings
23-
RUN sed -i 's/\r$//' /ppc64le-build.sh && ls -l /ppc64le-build.sh
23+
RUN dos2unix /ppc64le-build.sh || sed -i 's/\r$//' /ppc64le-build.sh
2424

2525
# Use CMD to run the script
2626
CMD ["/ppc64le-build.sh"]

0 commit comments

Comments
 (0)