Skip to content

Commit

Permalink
Add conda-forge channel explicitly?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 14, 2024
1 parent 336d83c commit 53fbd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/base-with-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 53fbd49

Please sign in to comment.