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 f353cb9 commit dc662e0Copy full SHA for dc662e0
.github/containers/Dockerfile
@@ -96,7 +96,7 @@ RUN echo 'eval "$(pyenv init -)"' >>${HOME}/.bashrc && \
96
97
# Install Python
98
ARG PYTHON_VERSIONS="3.12 3.11 3.10 3.9 3.8 3.7 3.13 pypy3.10-7.3.17"
99
-COPY --chown=1000:1000 --chmod=+x ./install-python.sh /tmp/install-python.sh
+COPY --chown=1000:1000 --chmod=755 ./install-python.sh /tmp/install-python.sh
100
RUN /tmp/install-python.sh && \
101
rm /tmp/install-python.sh
102
0 commit comments