diff --git a/stack/base-with-services/Dockerfile b/stack/base-with-services/Dockerfile index 99f0331e..d0c7fd9e 100644 --- a/stack/base-with-services/Dockerfile +++ b/stack/base-with-services/Dockerfile @@ -20,7 +20,7 @@ ARG TARGETARCH # Note that system erlang from arm64 is already installed in the base image, # together with other APT dependencies to save build time. RUN if [ "$TARGETARCH" = "amd64" ]; then \ - mamba create -p /opt/conda/envs/aiida-core-services --yes \ + mamba create -p /opt/conda/envs/aiida-core-services -c conda-forge --yes \ postgresql=${PGSQL_VERSION} \ rabbitmq-server=3.8.14 && \ mamba clean --all -f -y && \