Base image is Alpine linux which installed only perl and prinseq-lite-0.20.4
104
FROM alpine:latest
RUN apk add --no-cache perl
ADD ./tools/prinseq-lite-0.20.4.tar.gz /usr/local
RUN chmod +x /usr/local/prinseq-lite-0.20.4/*.pl
ENV PATH $PATH:/usr/local/prinseq-lite-0.20.4/
RUN echo $PATH
Content type
Image
Digest
sha256:fe356972f…
Size
12.4 MB
Last updated
over 3 years ago
docker pull albicans2021/prinseq:1.0