RTIInternational / biocloud_docker_tools

Docker library providing a catalog of images for RTI's cloud-based bioinformatics toolkit.
https://hub.docker.com/u/rtibiocloud
5 stars 11 forks source link

Not able to build plink/v2.0/Dockerfile #4

Open cmball1 opened 4 years ago

cmball1 commented 4 years ago

Not able to build Dockerfile plink/v2.0/Dockerfile:

Step 9/12 : RUN wget http://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20190221.zip     && unzip plink2_linux_x86_64_20190221.zip -d /plink_tmp     && cp /plink_tmp/plink2 /opt/     && rm -rf plink2_linux_x86_64_20190221.zip plink_tmp
 ---> Running in 64f7413551da
--2020-02-24 19:57:38--  http://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20190221.zip
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.162.85
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.162.85|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-02-24 19:57:38 ERROR 404: Not Found.

The command '/bin/sh -c wget http://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20190221.zip     && unzip plink2_linux_x86_64_20190221.zip -d /plink_tmp     && cp /plink_tmp/plink2 /opt/     && rm -rf plink2_linux_x86_64_20190221.zip plink_tmp' returned a non-zero code: 8

See GitHub Action for more info: https://github.com/RTIInternational/biocloud_docker_tools/runs/465562858?check_suite_focus=true