We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583cf3f commit 3f03c87Copy full SHA for 3f03c87
Dockerfile
@@ -13,7 +13,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-py27_4.8.3-Linux
13
14
ENV PATH="/conda/bin:${PATH}"
15
16
-RUN conda install -y --override-channels --channel iuc --channel conda-forge --channel bioconda --channel defaults jbrowse=1.16.10
+RUN conda install -y --override-channels --channel iuc --channel conda-forge --channel bioconda --channel defaults jbrowse=1.16.11
17
18
RUN rm -rf /usr/share/nginx/html && ln -s /conda/opt/jbrowse/ /usr/share/nginx/html && \
19
ln -s /jbrowse/data /conda/opt/jbrowse/data && \
0 commit comments