mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
[Snakemake] Install extra psutil dependency (linux-headers)
This commit is contained in:
parent
8ac1c99a2e
commit
3762abecb7
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ RUN apk add --update --no-cache \
|
||||||
krb5-libs \
|
krb5-libs \
|
||||||
libc-dev libxml2-dev libxml2-utils libgcc \
|
libc-dev libxml2-dev libxml2-utils libgcc \
|
||||||
libcurl libintl libssl1.1 libstdc++ \
|
libcurl libintl libssl1.1 libstdc++ \
|
||||||
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
npm nodejs-current \
|
npm nodejs-current \
|
||||||
|
|
Loading…
Reference in a new issue