We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a79bfd commit 5542f75Copy full SHA for 5542f75
Dockerfile
@@ -1,13 +1,6 @@
1
FROM sphinxdoc/sphinx as builder
2
3
-RUN apt-get clean all && apt-get update && apt-get dist-upgrade -y && apt-get upgrade
4
-RUN apt-get install --reinstall ca-certificates
5
-RUN mkdir -p /usr/share/man/man1 /usr/share/man/man2
6
-RUN apt-get install -y --no-install-recommends openjdk-11-jre
7
-RUN apt-get install curl -y
8
-RUN curl -L https://github.com/nextflow-io/nextflow/releases/download/v21.10.6/nextflow-21.10.6-all -o nextflow
9
-RUN chmod +x nextflow
10
-RUN mv nextflow /usr/local/bin
+RUN touch /usr/local/bin/nextflow && chmod +x /usr/local/bin/nextflow
11
12
COPY ./ ./
13
RUN rm -rf docs/build
0 commit comments