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

add Dockerfile for fastkmer

parent 86902b92
No related branches found
No related tags found
No related merge requests found
.DS_Store
FROM rust:1.67-alpine3.17 AS build
RUN apk add --no-cache musl-dev pkgconfig openssl-dev \\
&& cargo install --git https://github.com/angelovangel/fastkmers.git
FROM alpine:3.17
COPY --from=build /usr/local/cargo/bin/fastkmers /usr/bin/
RUN apk add --no-cache procps bash
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment