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 27, 2021
1 parent 272670d commit 6516f11
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=1cd2e9d6d18ffcd85bf2330f29265766 && \
RUN md5=1834d44cb686cdfd9b7ee99398518115 && \
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 6516f11

Please sign in to comment.