Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Mar 7, 2024
1 parent 9cda831 commit 7ec84d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM condaforge/mambaforge:latest
LABEL io.github.snakemake.containerized="true"
LABEL io.github.snakemake.conda_env_hash="1c33449d56ebf06cf66cbf4d3d8a2594c24363df8d478ed89e9c953780fb768b"
LABEL io.github.snakemake.conda_env_hash="863a7181b5107fe791d421b9bb8ceedb03b5ba072875a7becaf3cb11b27c9278"

ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y build-essential libz-dev && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7ec84d7

Please sign in to comment.