diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile	Sun Jan 20 13:30:21 2019 -0500
@@ -0,0 +1,4 @@
+FROM continuumio/miniconda3:4.5.11
+
+RUN apt-get update && apt-get install -y xvfb libxrender1 libxtst6 && apt-get clean
+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