From 84332c69f073824cacac57b27c3fcee8d7be8a0f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 11 Feb 2023 18:56:29 +0100 Subject: [PATCH] add pillow cairosvg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 625ee5c..c996af2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM polinux/mkdocs -RUN apk add py3-numpy py3-pandas py3-scipy +RUN apk add py3-numpy py3-pandas py3-scipy py3-cairo RUN pip install mkdocs-material RUN pip install mkdocs-table-reader-plugin