Skip to content

Commit 46cf321

Browse files
committed
try reverting truststore removal
1 parent cf71d12 commit 46cf321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/bioconda-utils-build-env-cos7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && \
5454
# FIXME: "remove truststore" only necessary due to python downgrade.
5555
# Updating requirements should fix that.
5656
# (Also this removal will break in future.)
57-
mamba remove --yes truststore && \
57+
# mamba remove --yes truststore && \
5858
mamba install --yes --file /opt/bioconda-utils/bioconda_utils-requirements.txt && \
5959
pip install --no-deps --find-links /opt/bioconda-utils bioconda_utils && \
6060
mamba clean --yes --index --tarballs && \

0 commit comments

Comments
 (0)