diff Dockerfile @ 0:6e0b320d8b6a draft default tip

"planemo upload commit dc808171975d0012e25bd7b32adc7a5a5c56a145-dirty"
author gaelcge
date Tue, 02 Aug 2022 19:11:27 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile	Tue Aug 02 19:11:27 2022 +0000
@@ -0,0 +1,14 @@
+FROM condaforge/mambaforge:4.10.3-7
+
+COPY . .
+
+RUN mamba create -n signac
+
+RUN mamba install --yes -c conda-forge -c bioconda \
+    bats==0.4.0 \
+    r-optparse==1.7.1 \
+    libpng==1.6.37 \
+    r-cairo==1.5_12.2 \
+    r-hdf5r==1.3.5 \
+    r-workflowscriptscommon==0.0.7 \
+    r-signac==1.4.0
\ No newline at end of file