Skip to content

Commit c8a0987

Browse files
committed
Revert "debug chg to 003 Dockerfile"
This reverts commit 07ba54c.
1 parent 07ba54c commit c8a0987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

irods/test/harness/003_compile-specific-python.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ RUN apt update
33
RUN apt install -y wget build-essential
44
RUN apt install -y libssl-dev zlib1g-dev libffi-dev libncurses-dev wget build-essential
55
ARG python_version
6-
RUN echo "Dan Debug Output -> python_version = [${python_version}]"
76
RUN wget https://www.python.org/ftp/python/${python_version}/Python-${python_version}.tar.xz
87
RUN touch /tmp/aaaaaaaaaa # dummmy change
98
RUN tar xf Python-${python_version}.tar.xz

0 commit comments

Comments
 (0)