Skip to content
Snippets Groups Projects
Verified Commit 8de7eee0 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kmc add python3-dev

parent aae8456c
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.17 AS build
RUN apk add --no-cache git musl-dev pkgconfig openssl-dev zlib-ng cmake gcc make g++ zlib-dev py3-pybind11-dev \
RUN apk add --no-cache git musl-dev pkgconfig openssl-dev zlib-ng cmake gcc make g++ zlib-dev py3-pybind11-dev python3-dev \
&& git clone --recurse-submodules https://github.com/refresh-bio/kmc.git \
&& cd kmc \
&& make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment