diff --git a/bioconda_utils/docker_utils.py b/bioconda_utils/docker_utils.py index 76c851dd33..52aae0879e 100644 --- a/bioconda_utils/docker_utils.py +++ b/bioconda_utils/docker_utils.py @@ -105,7 +105,7 @@ # The actual building... # we explicitly point to the meta.yaml, in order to keep # conda-build from building all subdirectories -conda mambabuild {self.conda_build_args} {self.container_recipe}/meta.yaml 2>&1 +conda mambabuild -c file://{self.container_staging} {self.conda_build_args} {self.container_recipe}/meta.yaml 2>&1 # copy all built packages to the staging area cp /opt/conda/conda-bld/*/*.tar.bz2 {self.container_staging}/{arch}