Skip to content

Commit

Permalink
add essential packages for building
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Jan 3, 2025
1 parent 04caa4c commit d78104a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM condaforge/mambaforge:latest
LABEL io.github.snakemake.containerized="true"
LABEL io.github.snakemake.conda_env_hash="b1774004d6cfecbf313f26928d0220184bcc986872b153a53beac1173dc12ee9"

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

# Step 1: Retrieve conda environments

# Conda environment:
Expand Down

0 comments on commit d78104a

Please sign in to comment.