This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN apt-get update | |
RUN apt install -y tzdata font-manager | |
RUN apt-get install -y libz-dev | |
RUN conda config --add channels bioconda | |
RUN conda config --add channels conda-forge | |
RUN conda install --quiet --yes -c anaconda curl | |
RUN conda install --quiet --yes -c r r-irkernel | |
RUN conda install --quiet --yes -c r r-devtools |
OlderNewer