Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test cases failing due to RUN change it to ENV
  • Loading branch information
prathameshzarkar9 authored May 22, 2024
commit 77e11811600ee1abc3b5a758b869d100daf0096a
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN conda install \
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
idna==3.7

RUN ENV LD_LIBRARY_PATH=/opt/conda/lib
ENV LD_LIBRARY_PATH=/opt/conda/lib
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed this offline, let's research on the purpose and impact of setting LD_LIBRARY_PATH


RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
Expand Down