Skip to content

Commit

Permalink
added yes value to conda update
Browse files Browse the repository at this point in the history
  • Loading branch information
hadirgax committed Mar 29, 2024
1 parent 5d8e689 commit 713bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer_images/src/miniconda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -x && \
echo "conda activate base" >> ${USER_HOME}/.bashrc && \
find /opt/conda/ -follow -type f -name '*.a' -delete && \
find /opt/conda/ -follow -type f -name '*.js.map' -delete && \
/opt/conda/bin/conda update --all && \
/opt/conda/bin/conda update --all -y && \
/opt/conda/bin/conda clean -afy

RUN groupadd -r conda --gid 900 && usermod -aG conda ${USERNAME}
Expand Down

0 comments on commit 713bb2e

Please sign in to comment.