Skip to content

Commit

Permalink
feat: add conda to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-2369 committed Oct 14, 2024
1 parent ee3edf8 commit ad1eac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian12-codeserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN set -eux; \
esac; \
curl "${URL}" --location --output /home/eric2369/miniconda.sh; \
bash /home/eric2369/miniconda.sh -b -p /home/eric2369/miniconda; \
rm /home/eric2369/miniconda.sh
rm /home/eric2369/miniconda.sh; \
echo 'export PATH="/home/eric2369/miniconda/bin:$PATH"' >> /home/eric2369/.bashrc

RUN curl "https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh" --location --output - | bash

Expand Down

0 comments on commit ad1eac5

Please sign in to comment.