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 07ba54c commit c8a0987Copy full SHA for c8a0987
irods/test/harness/003_compile-specific-python.Dockerfile
@@ -3,7 +3,6 @@ RUN apt update
3
RUN apt install -y wget build-essential
4
RUN apt install -y libssl-dev zlib1g-dev libffi-dev libncurses-dev wget build-essential
5
ARG python_version
6
-RUN echo "Dan Debug Output -> python_version = [${python_version}]"
7
RUN wget https://www.python.org/ftp/python/${python_version}/Python-${python_version}.tar.xz
8
RUN touch /tmp/aaaaaaaaaa # dummmy change
9
RUN tar xf Python-${python_version}.tar.xz
0 commit comments