Skip to content
Merged
Prev Previous commit
Next Next commit
test: Enable pip_interop_enabled for conda
  • Loading branch information
alexander-smolyakov committed Jun 23, 2023
commit 5e2fbd29ce04fb56e507da7fedcc9b6721bb2d01
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bi

# Temporary: Upgrade python packages due to mentioned CVEs
# They are installed by the base image (continuumio/miniconda3) which does not have the patch.
RUN conda update -y --all \
RUN conda config --set pip_interop_enabled True \
# uninstall vulnerable packages
&& python3 -m pip uninstall --yes \
cryptography \
Expand Down