diff --git a/Dockerfile b/Dockerfile index 8b1710b..45ab3ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,4 @@ WORKDIR /docs RUN apk add --no-cache curl -RUN pip install \ - mkdocs-material~=9.5.7 \ - mkdocs-material-extensions~=1.3.1 \ - mkdocs-awesome-pages-plugin==2.9.2 +RUN pip install -r requirements.txt