We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7a824 commit ae79626Copy full SHA for ae79626
.github/workflows/Dockerfile.ppc64le
@@ -10,8 +10,6 @@ RUN dnf install -y \
10
RUN dnf install -y zip && \
11
which zip || echo "zip command not found"
12
13
-RUN export PATH=$PATH:/usr/bin
14
-
15
# Set Python and pip aliases to use Python 3.9
16
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
17
ln -sf /usr/bin/pip3 /usr/bin/pip
@@ -35,6 +33,5 @@ RUN chmod +x /ppc64le-build.sh
35
33
RUN dos2unix /ppc64le-build.sh || sed -i 's/\r$//' /ppc64le-build.sh
36
34
RUN chmod +x /ppc64le-build.sh
37
38
39
# Use CMD to run the script
40
CMD ["/ppc64le-build.sh"]
0 commit comments