Skip to content

Commit

Permalink
add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Feb 15, 2024
1 parent bed0346 commit 1d7598c
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
Expand Up @@ -4,7 +4,7 @@ LABEL io.github.snakemake.conda_env_hash="c656609b7061aaac2e06e4657068c68e6e7f78

RUN apt-get update > /dev/null && \
apt-get install --no-install-recommends --yes \
build-essential \
build-essential

# Step 1: Retrieve conda environments

Expand Down

0 comments on commit 1d7598c

Please sign in to comment.