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

fastkmer/Dockerfile fix install

parent a7a723c8
No related branches found
No related tags found
No related merge requests found
FROM rust:1.67-alpine3.17 AS build
RUN apk add --no-cache musl-dev pkgconfig openssl-dev \\
RUN apk add --no-cache musl-dev pkgconfig openssl-dev zlib-ng cmake gcc make \
&& cargo install --git https://github.com/angelovangel/fastkmers.git
FROM alpine:3.17
......
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