Fixed Dockerfile

This commit is contained in:
squidfunk 2023-09-19 08:57:12 +02:00
parent 432ba9e030
commit 5a86f8da59
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -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 \