diff --git a/docs/Dockerfile b/docs/Dockerfile index c64aa572a..5cc8979af 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -26,7 +26,7 @@ COPY setup.py ./ COPY pyproject.toml ./ COPY MANIFEST.in ./ COPY README.md ./ -RUN pip install -e .[all] +RUN pip install .[all] # COPY License # -----------