Skip to content

Commit

Permalink
follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Oct 27, 2023
1 parent d0b17b9 commit d1c3cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/dockerfiles/Dockerfile.no_op
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN mkdir -p gene_indexes
WORKDIR /home/user/gene_indexes
ENV ID_REFINERY_URL=https://zenodo.org/record/1410647/files/all_1536267482.zip
RUN <<EOF
curl -O $ID_REFINERY_URL
curl -OL $ID_REFINERY_URL
echo $ID_REFINERY_URL > /etc/identifier_refinery_url
unzip *.zip
rm *.zip
Expand Down

0 comments on commit d1c3cea

Please sign in to comment.