Skip to content

Commit 53fbd49

Browse files
committed
Add conda-forge channel explicitly?
1 parent 336d83c commit 53fbd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/base-with-services/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG TARGETARCH
2020
# Note that system erlang from arm64 is already installed in the base image,
2121
# together with other APT dependencies to save build time.
2222
RUN if [ "$TARGETARCH" = "amd64" ]; then \
23-
mamba create -p /opt/conda/envs/aiida-core-services --yes \
23+
mamba create -p /opt/conda/envs/aiida-core-services -c conda-forge --yes \
2424
postgresql=${PGSQL_VERSION} \
2525
rabbitmq-server=3.8.14 && \
2626
mamba clean --all -f -y && \

0 commit comments

Comments
 (0)