Skip to content

Commit ae79626

Browse files
added zip dependency
1 parent 2c7a824 commit ae79626

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ RUN dnf install -y \
1010
RUN dnf install -y zip && \
1111
which zip || echo "zip command not found"
1212

13-
RUN export PATH=$PATH:/usr/bin
14-
1513
# Set Python and pip aliases to use Python 3.9
1614
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1715
ln -sf /usr/bin/pip3 /usr/bin/pip
@@ -35,6 +33,5 @@ RUN chmod +x /ppc64le-build.sh
3533
RUN dos2unix /ppc64le-build.sh || sed -i 's/\r$//' /ppc64le-build.sh
3634
RUN chmod +x /ppc64le-build.sh
3735

38-
RUN export PATH=$PATH:/usr/bin
3936
# Use CMD to run the script
4037
CMD ["/ppc64le-build.sh"]

0 commit comments

Comments
 (0)