Skip to content

Commit

Permalink
Include 'linux-headers' for Snakemake
Browse files Browse the repository at this point in the history
Snakemake >5.6 required 'linux-headers' to compile 'psutil'
  • Loading branch information
trvrb committed Dec 14, 2019
1 parent 71e60dd commit 6210a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apk add --no-cache \
git \
gmp-dev \
libpng-dev \
linux-headers \
nodejs \
nodejs-npm \
perl \
Expand Down

0 comments on commit 6210a25

Please sign in to comment.