Skip to content

Commit

Permalink
try reverting truststore removal
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Aug 11, 2024
1 parent cf71d12 commit 46cf321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/bioconda-utils-build-env-cos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && \
# FIXME: "remove truststore" only necessary due to python downgrade.
# Updating requirements should fix that.
# (Also this removal will break in future.)
mamba remove --yes truststore && \
# mamba remove --yes truststore && \
mamba install --yes --file /opt/bioconda-utils/bioconda_utils-requirements.txt && \
pip install --no-deps --find-links /opt/bioconda-utils bioconda_utils && \
mamba clean --yes --index --tarballs && \
Expand Down

0 comments on commit 46cf321

Please sign in to comment.