From 5a86f8da59d95cac9d1dc2ca9695a22fc99fab13 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 19 Sep 2023 08:57:12 +0200 Subject: [PATCH] Fixed Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5cd127a1a..cecbf58b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,8 +60,9 @@ RUN \ pip install --no-cache-dir . \ && \ if [ "${WITH_PLUGINS}" = "true" ]; then \ - pip install --no-cache-dir mkdocs-material[recommended] \ - pip install --no-cache-dir mkdocs-material[imaging]; \ + pip install --no-cache-dir \ + mkdocs-material[recommended] \ + mkdocs-material[imaging]; \ fi \ && \ if [ -e user-requirements.txt ]; then \