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 c7bb36e commit 07ba54cCopy full SHA for 07ba54c
irods/test/harness/003_compile-specific-python.Dockerfile
@@ -3,6 +3,7 @@ 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