Skip to content

Commit dda1b3f

Browse files
author
Jon Palmer
committed
update docker build for upcoming release
1 parent ca6f11b commit dda1b3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dockerbuild/Dockerfile-base

+2-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,5 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
9898

9999
COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt
100100

101-
RUN git clone https://github.com/nextgenusfs/funannotate.git
102-
103-
#RUN wget https://github.com/nextgenusfs/funannotate/archive/1.1.1.tar.gz && \
104-
# tar -zxvf 1.1.1.tar.gz && rm 1.1.1.tar.gz && mv funannotate-1.1.1 funannotate
101+
RUN wget https://github.com/nextgenusfs/funannotate/archive/1.2.0.tar.gz && \
102+
tar -zxvf 1.2.0.tar.gz && rm 1.2.0.tar.gz && mv funannotate-1.2.0 funannotate

0 commit comments

Comments
 (0)