Skip to content

Commit d03484f

Browse files
Jon PalmerJon Palmer
Jon Palmer
authored and
Jon Palmer
committed
docker update to v1.0.1
1 parent 3bf2db5 commit d03484f

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
@@ -98,7 +98,7 @@ 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 brew update && brew tap homebrew/services && brew install mysql && brew cleanup
101+
RUN brew update && brew install mysql && brew cleanup
102102

103103
RUN wget https://github.com/nextgenusfs/funannotate/archive/1.0.1.tar.gz && \
104104
tar -zxvf 1.0.1.tar.gz && rm 1.0.1.tar.gz && mv funannotate-1.0.1 funannotate

0 commit comments

Comments
 (0)