Skip to content

Commit

Permalink
change nextflow binary to -all
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed May 20, 2024
1 parent 5830007 commit 7e727ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ RUN add-apt-repository -y ppa:apptainer/ppa \
&& apt install -y apptainer-suid \
&& rm -rf /var/lib/apt/lists/*

#install nextflow
RUN curl -s https://get.nextflow.io | bash \
#install nextflow : Download -all from GH to workaround https://github.com/nesi/training-environment-jupyter-intronextflow-app/issues/1
#RUN curl -s https://get.nextflow.io | bash \
RUN wget -c https://github.com/nextflow-io/nextflow/releases/download/v23.10.1/nextflow-23.10.1-all \
&& mv nextflow-23.10.1-all nextflow \
&& chmod +x nextflow \
&& mv nextflow /usr/local/bin \
&& chmod a+rw /usr/local/bin/nextflow
Expand Down

0 comments on commit 7e727ec

Please sign in to comment.