Skip to content

Commit

Permalink
Update Dockerfile to latest compiled SINGE
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Nov 16, 2021
1 parent 77136e9 commit 619dfa0
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=28469012b45a29a5ddadf5fc791d91fe && \
RUN md5=e9bc31dfc6274f4874cc2bde00d85787 && \
wget --quiet --no-check-certificate https://www.biostat.wisc.edu/~gitter/tmp/$md5/SINGE_Test && \
wget --quiet --no-check-certificate https://www.biostat.wisc.edu/~gitter/tmp/$md5/SINGE_GLG_Test && \
wget --quiet --no-check-certificate https://www.biostat.wisc.edu/~gitter/tmp/$md5/SINGE_Aggregate && \
Expand Down

0 comments on commit 619dfa0

Please sign in to comment.