Skip to content

Commit 07ba54c

Browse files
committed
debug chg to 003 Dockerfile
1 parent c7bb36e commit 07ba54c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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}]"
67
RUN wget https://www.python.org/ftp/python/${python_version}/Python-${python_version}.tar.xz
78
RUN touch /tmp/aaaaaaaaaa # dummmy change
89
RUN tar xf Python-${python_version}.tar.xz

0 commit comments

Comments
 (0)