Skip to content

Commit e85db04

Browse files
author
Jon Palmer
committed
fix version for dockerbuild
1 parent 378966f commit e85db04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerbuild/Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
102102
COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt
103103

104104
RUN wget https://github.com/nextgenusfs/funannotate/archive/1.1.0.tar.gz && \
105-
tar -zxvf 1.1.0.tar.gz && rm 1.0.2.tar.gz && mv funannotate-1.1.0 funannotate
105+
tar -zxvf 1.1.0.tar.gz && rm 1.1.0.tar.gz && mv funannotate-1.1.0 funannotate

0 commit comments

Comments
 (0)