We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336d83c commit 53fbd49Copy full SHA for 53fbd49
stack/base-with-services/Dockerfile
@@ -20,7 +20,7 @@ ARG TARGETARCH
20
# Note that system erlang from arm64 is already installed in the base image,
21
# together with other APT dependencies to save build time.
22
RUN if [ "$TARGETARCH" = "amd64" ]; then \
23
- mamba create -p /opt/conda/envs/aiida-core-services --yes \
+ mamba create -p /opt/conda/envs/aiida-core-services -c conda-forge --yes \
24
postgresql=${PGSQL_VERSION} \
25
rabbitmq-server=3.8.14 && \
26
mamba clean --all -f -y && \
0 commit comments