Skip to content

Commit 4fe3df7

Browse files
committed
Add graphiviz to Docker image nextflow-io#1370
1 parent e810b6f commit 4fe3df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Paolo Di Tommaso <[email protected]>
55
# - bash
66
# - gnu coreutils
77
# - curl
8-
RUN apk update && apk add bash && apk add coreutils && apk add curl
8+
RUN apk update && apk add bash && apk add coreutils && apk add curl && apk add graphviz
99

1010
# see https://blogs.oracle.com/java-platform-group/java-se-support-for-docker-cpu-and-memory-limits
1111
ENV NXF_OPTS='-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap' NXF_HOME=/.nextflow

0 commit comments

Comments
 (0)