Skip to content

Commit 8b3a132

Browse files
committed
dummy change to re-run tests
1 parent 7766270 commit 8b3a132

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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
66
RUN wget https://www.python.org/ftp/python/${python_version}/Python-${python_version}.tar.xz
7+
RUN touch /tmp/aaaaaaaaaa # dummmy change
78
RUN tar xf Python-${python_version}.tar.xz
89
WORKDIR /Python-${python_version}
910
RUN ./configure --prefix /root/python --with-ensurepip=install

0 commit comments

Comments
 (0)