I'm generating a docker container to run my program and I have to download a series of packages. Is there any flags to make bioconda assume yes, similar to "apt install -y"? Also, is there any way to install several packages in the same line or do I have to write "RUN conda install bioconda::package" in a separate line for each package?
Thank you!