Skip to content

Commit 1bb50ad

Browse files
authored
Update Dockerfile
1 parent 820c0c6 commit 1bb50ad

File tree

1 file changed

+2
-1
lines changed
  • workflows/Nextflow/modules/runAnnotation

1 file changed

+2
-1
lines changed

workflows/Nextflow/modules/runAnnotation/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# syntax=docker/dockerfile:1
22
FROM continuumio/miniconda3:24.5.0-0 AS build
3+
ENV version=0.6.0
34

45
ENV container=docker
56

@@ -43,4 +44,4 @@ ENV PATH=/venv/bin:/venv/opt/RATT:$PATH
4344
RUN apt-get update && apt-get install procps -y && apt-get clean
4445

4546
SHELL ["/bin/bash", "-c"]
46-
CMD /bin/bash
47+
CMD /bin/bash

0 commit comments

Comments
 (0)