We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf71d12 commit 46cf321Copy full SHA for 46cf321
images/bioconda-utils-build-env-cos7/Dockerfile
@@ -54,7 +54,7 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && \
54
# FIXME: "remove truststore" only necessary due to python downgrade.
55
# Updating requirements should fix that.
56
# (Also this removal will break in future.)
57
- mamba remove --yes truststore && \
+ # mamba remove --yes truststore && \
58
mamba install --yes --file /opt/bioconda-utils/bioconda_utils-requirements.txt && \
59
pip install --no-deps --find-links /opt/bioconda-utils bioconda_utils && \
60
mamba clean --yes --index --tarballs && \
0 commit comments