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

Docker: add rasusa img compatible with nf

parent d7fb6ef9
No related branches found
No related tags found
No related merge requests found
FROM quay.io/mbhall88/rasusa:0.6.0 AS quay_source
FROM alpine:3.13
COPY --from=quay_source /bin/rasusa /bin/
RUN apk add --update --no-cache bash procps
CMD [ "bash" ]
#!/bin/sh
docker pull lbmc/rasusa:0.6.0
docker build src/.docker_modules/rasusa/0.6.0 -t 'lbmc/rasusa:0.6.0'
docker push lbmc/rasusa:0.6.0
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