Skip to content

Commit

Permalink
Correct docker zlib/libbz2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Sep 13, 2017
1 parent 4df0fd7 commit df74c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ RUN ninja && ninja install

FROM alpine:latest
MAINTAINER Milot Mirdita <milot@mirdita.de>
RUN apk add --no-cache gawk bash grep libstdc++ libgomp zlib-dev bzip2-dev
RUN apk add --no-cache gawk bash grep libstdc++ libgomp zlib libbz2

COPY --from=mmseqs-builder /opt/mmseqs/build_sse/bin/mmseqs /usr/local/bin/mmseqs_sse42
COPY --from=mmseqs-builder /opt/mmseqs/build_avx/bin/mmseqs /usr/local/bin/mmseqs_avx2
Expand Down

0 comments on commit df74c6b

Please sign in to comment.