We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820c0c6 commit 1bb50adCopy full SHA for 1bb50ad
workflows/Nextflow/modules/runAnnotation/Dockerfile
@@ -1,5 +1,6 @@
1
# syntax=docker/dockerfile:1
2
FROM continuumio/miniconda3:24.5.0-0 AS build
3
+ENV version=0.6.0
4
5
ENV container=docker
6
@@ -43,4 +44,4 @@ ENV PATH=/venv/bin:/venv/opt/RATT:$PATH
43
44
RUN apt-get update && apt-get install procps -y && apt-get clean
45
46
SHELL ["/bin/bash", "-c"]
-CMD /bin/bash
47
+CMD /bin/bash
0 commit comments