We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f0965 commit 42b1d44Copy full SHA for 42b1d44
Dockerfile
@@ -65,6 +65,10 @@ ARG MINIFORGE_VER=notset
65
66
FROM condaforge/miniforge3:${MINIFORGE_VER} AS miniforge-upstream
67
68
+SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
69
+
70
+COPY pinned /opt/conda/conda-meta/pinned
71
72
RUN \
73
--mount=type=bind,source=scripts,target=/tmp/build-scripts \
74
<<EOF
@@ -94,6 +98,8 @@ EOF
94
98
# Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux
95
99
COPY --from=miniforge-upstream --chown=root:conda --chmod=770 /opt/conda /opt/conda
96
100
101
102
97
103
104
105
0 commit comments