Skip to content

Commit 41d45c8

Browse files
authored
dockerfile: pin graphviz to before 8.x
1 parent ac4cd0c commit 41d45c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cwltool.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ RUN pip install --force-reinstall --no-index --no-warn-script-location \
1818
FROM python:3.11-alpine as module
1919
LABEL maintainer [email protected]
2020

21-
RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
21+
RUN apk add --no-cache docker nodejs 'graphviz<8' libxml2 libxslt
2222
COPY --from=builder /pythonroot/ /
2323

2424
FROM python:3.11-alpine
2525
LABEL maintainer [email protected]
2626

27-
RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
27+
RUN apk add --no-cache docker nodejs 'graphviz<8' libxml2 libxslt
2828
COPY --from=builder /pythonroot/ /
2929
COPY cwltool-in-docker.sh /cwltool-in-docker.sh
3030

0 commit comments

Comments
 (0)