Skip to content

Commit ba5a8eb

Browse files
Fix alt dockerfile
1 parent 95cd963 commit ba5a8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alt.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ curl -sL https://deb.nodesource.com/setup_12.x | bash -
3131
apt-get -qq update --fix-missing
3232
apt-get --no-install-recommends -y install nodejs
3333

34-
curl -s "http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/blat/blat" -o /usr/local/bin/blat
34+
curl -s "https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64.v385/blat/blat" -o /usr/local/bin/blat
3535
chmod +x /usr/local/bin/blat
36-
curl -s "http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/faToTwoBit" -o /usr/local/bin/faToTwoBit
36+
curl -s "https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64.v385/faToTwoBit" -o /usr/local/bin/faToTwoBit
3737
chmod +x /usr/local/bin/faToTwoBit
3838
wget --quiet https://github.com/galaxy-genome-annotation/chado-schema-builder/releases/download/1.31-jenkins26/chado-1.31.sql.gz -O /chado.sql.gz
3939
gunzip /chado.sql.gz

0 commit comments

Comments
 (0)