annotate Dockerfile @ 31:474837e086cc draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit cfa400e89cb4bb8de9ca2ca75ee2e50b77c9a610
author mvdbeek
date Sun, 20 Jan 2019 13:30:21 -0500
parents
children 9382c8499e73
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
474837e086cc planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit cfa400e89cb4bb8de9ca2ca75ee2e50b77c9a610
mvdbeek
parents:
diff changeset
1 FROM continuumio/miniconda3:4.5.11
474837e086cc planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit cfa400e89cb4bb8de9ca2ca75ee2e50b77c9a610
mvdbeek
parents:
diff changeset
2
474837e086cc planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit cfa400e89cb4bb8de9ca2ca75ee2e50b77c9a610
mvdbeek
parents:
diff changeset
3 RUN apt-get update && apt-get install -y xvfb libxrender1 libxtst6 && apt-get clean
474837e086cc planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit cfa400e89cb4bb8de9ca2ca75ee2e50b77c9a610
mvdbeek
parents:
diff changeset
4 RUN conda create -p /usr/local --copy -y -c conda-forge -c bioconda xvfbwrapper samtools igv openjdk=8 freetype font-ttf-dejavu-sans-mono fontconfig coreutils && rm -Rf /opt