diff --git a/Dockerfile b/Dockerfile index 841e7bf0..512e9f43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL io.github.snakemake.containerized="true" LABEL io.github.snakemake.conda_env_hash="d9c34f75f4249d9c5bf03295059c6f6008db227e1418912c0c09cbbfbaa3007c" # install app dependencies -RUN apt-get update && apt install build-essential +RUN apt-get update && apt install build-essential -y # Step 1: Retrieve conda environments diff --git a/workflow/rules/common.smk b/workflow/rules/common.smk index 16d45fc9..b8a864aa 100644 --- a/workflow/rules/common.smk +++ b/workflow/rules/common.smk @@ -11,7 +11,7 @@ min_version("7.14.0") __version__ = "0.6.0" -container: "docker://continuumio/miniconda3:4.12.0" +container: "docker://matinnu/bgcflow:latest" ##### TABLE OF CONTENTS #####