We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf2db5 commit d03484fCopy full SHA for d03484f
dockerbuild/Dockerfile-base
@@ -98,7 +98,7 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
98
99
COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt
100
101
-RUN brew update && brew tap homebrew/services && brew install mysql && brew cleanup
+RUN brew update && brew install mysql && brew cleanup
102
103
RUN wget https://github.com/nextgenusfs/funannotate/archive/1.0.1.tar.gz && \
104
tar -zxvf 1.0.1.tar.gz && rm 1.0.1.tar.gz && mv funannotate-1.0.1 funannotate
0 commit comments