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

create kmc dockerfile

parent 3856bdcf
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 \
&& git clone --recurse-submodules https://github.com/refresh-bio/kmc.git \
&& cd kmc \
&& make
FROM alpine:3.17
COPY --from=build /kmc/bin/* /usr/bin/
RUN apk add --no-cache procps bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment