Skip to content
Closed
Show file tree
Hide file tree
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
Next Next commit
LD_LIBRARY_PATH issue fixed
  • Loading branch information
prathameshzarkar9 authored May 22, 2024
commit 878c891c935cb31952548e6dbdc94f7a68074f21
1 change: 1 addition & 0 deletions src/miniconda-devcontainer-test
Submodule miniconda-devcontainer-test added at daef78
6 changes: 2 additions & 4 deletions src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ RUN conda install \
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
idna==3.7

RUN conda install \
# https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
cryptography==42.0.5
RUN ENV LD_LIBRARY_PATH=/opt/conda/lib

RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
# cryptography==42.0.4 \
cryptography==42.0.4 \
# installed for compatibility with cryptography v42.0.4
pyopenssl==24.0.0

Expand Down