Skip to content

Commit

Permalink
Update dna_toolbox.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
togop authored Feb 25, 2024
1 parent 55f12c4 commit e227298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioinformatics/dna_toolbox.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get install -y curl
RUN chsh -s /bin/bash
RUN curl -L "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh" -o Miniforge3-Linux-x86_64.sh
RUN chmod +x Miniforge3-Linux-x86_64.sh
RUN bash Miniforge3-$Linux-x86_64.sh -p /opt/miniforge3
RUN ./Miniforge3-$Linux-x86_64.sh -p /opt/miniforge3

RUN export PATH=/opt/miniforge3/bin:$PATH

Expand Down

0 comments on commit e227298

Please sign in to comment.