Skip to content

Commit

Permalink
Merge pull request #75 from AgPipeline/Chris-Schnaufer-patch-1
Browse files Browse the repository at this point in the history
Updated cctools URL to be https
  • Loading branch information
Chris-Schnaufer authored Nov 21, 2024
2 parents 7b4d9c2 + 4276b5f commit c18aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get update && \
agpypeline && \
python3.8 -m pip install --upgrade --no-cache-dir \
pytest && \
curl http://ccl.cse.nd.edu/software/files/cctools-7.1.12-source.tar.gz > cctools-source.tar.gz && \
curl https://ccl.cse.nd.edu/software/files/cctools-7.1.12-source.tar.gz > cctools-source.tar.gz && \
tar -xzf cctools-source.tar.gz &&\
cd cctools-*-source && \
./configure --prefix /cctools && make install && \
Expand Down

0 comments on commit c18aec0

Please sign in to comment.