Skip to content

Commit

Permalink
Update executables in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Feb 21, 2020
1 parent c2e5a59 commit 9bd25d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV SINGE_RUNNING_IN_DOCKER 1

# Download an intermediate version of the compiled SINGE executables for testing
# Download the md5sums of the source .m files and binaries
RUN md5=cbe289c204defe48f1a69fbe5326af0e && \
RUN md5=c50ec7bc13e287eca340c9d19d8bc27d && \
wget --quiet https://www.biostat.wisc.edu/~gitter/tmp/$md5/SINGE_Test && \
wget --quiet https://www.biostat.wisc.edu/~gitter/tmp/$md5/SINGE_GLG_Test && \
wget --quiet https://www.biostat.wisc.edu/~gitter/tmp/$md5/SINGE_Aggregate && \
Expand Down

0 comments on commit 9bd25d9

Please sign in to comment.