We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7766270 commit 8b3a132Copy full SHA for 8b3a132
1 file changed
irods/test/harness/003_compile-specific-python.Dockerfile
@@ -4,6 +4,7 @@ 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 wget https://www.python.org/ftp/python/${python_version}/Python-${python_version}.tar.xz
7
+RUN touch /tmp/aaaaaaaaaa # dummmy change
8
RUN tar xf Python-${python_version}.tar.xz
9
WORKDIR /Python-${python_version}
10
RUN ./configure --prefix /root/python --with-ensurepip=install
0 commit comments