Skip to content

Commit

Permalink
Update tools.Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
  • Loading branch information
ewels and maxulysse authored May 11, 2021
1 parent 3a5c6e0 commit f07f7b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN mkdir -p /usr/share/man/man1 \
&& apt-get install -y openjdk-11-jre \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Setup ARG for NXF_VER ENV
ARG NXF_VER=""
ENV NXF_VER ${NXF_VER}
# Install Nextflow
RUN curl -s https://get.nextflow.io | bash \
&& mv nextflow /usr/local/bin \
Expand Down

0 comments on commit f07f7b7

Please sign in to comment.