Skip to content

Commit 15e6de7

Browse files
authored
Update Dockerfile
1 parent d7806f5 commit 15e6de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/Nextflow/modules/countFastq/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
FROM continuumio/miniconda3:main AS build
3-
3+
ENV version=0.3.0
44
ENV container=docker
55

66
# add conda channels
@@ -31,4 +31,4 @@ ENV PATH=/venv/bin:$PATH
3131
RUN apt-get update && apt-get install procps -y && apt-get clean
3232

3333
SHELL ["/bin/bash", "-c"]
34-
CMD /bin/bash
34+
CMD /bin/bash

0 commit comments

Comments
 (0)