Skip to content

Commit

Permalink
Update dna_toolbox.dockerfile: shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
togop authored Feb 25, 2024
1 parent 9285ab8 commit 2d87869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bioinformatics/dna_toolbox.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ RUN apt-get install -y curl
#RUN ./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/miniconda3
## start with mamba
RUN chsh -s /bin/bash
RUN source ~/.bashrc
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
SHELL ["/bin/bash", "-c"]
RUN ./Miniforge3-Linux-x86_64.sh -p /opt/miniforge3

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

Expand Down

0 comments on commit 2d87869

Please sign in to comment.