Skip to content

Commit d1ada97

Browse files
updated dockerfile
1 parent fa664a0 commit d1ada97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN pip install wheel setuptools
1919
COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
2020
RUN chmod +x /ppc64le-build.sh
2121

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

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

0 commit comments

Comments
 (0)