Skip to content

Commit

Permalink
fix: add working Dockerfile and Dockerhub link
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Jan 30, 2023
1 parent f78b032 commit 5a6bf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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 #####
Expand Down

0 comments on commit 5a6bf6d

Please sign in to comment.