add nextflow d30e48d
This commit is contained in:
11
nextflow/test-e2e/Dockerfile
Normal file
11
nextflow/test-e2e/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM amazoncorretto:17-al2023
|
||||
COPY .nextflow /.nextflow
|
||||
COPY nextflow /usr/bin/nextflow
|
||||
ENV NXF_HOME=/.nextflow
|
||||
RUN nextflow info
|
||||
RUN NXF_PLUGINS_DEFAULT=false nextflow plugin install xpack-amzn,xpack-google
|
||||
|
||||
FROM scratch
|
||||
COPY --from=0 /.nextflow /.nextflow
|
||||
COPY --from=0 /usr/bin/nextflow /usr/bin/nextflow
|
||||
|
||||
Reference in New Issue
Block a user