We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7806f5 commit 15e6de7Copy full SHA for 15e6de7
workflows/Nextflow/modules/countFastq/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
FROM continuumio/miniconda3:main AS build
3
-
+ENV version=0.3.0
4
ENV container=docker
5
6
# add conda channels
@@ -31,4 +31,4 @@ ENV PATH=/venv/bin:$PATH
31
RUN apt-get update && apt-get install procps -y && apt-get clean
32
33
SHELL ["/bin/bash", "-c"]
34
-CMD /bin/bash
+CMD /bin/bash
0 commit comments