fix: use single source of deps

Closes coop-cloud/organising#564
This commit is contained in:
2024-02-06 00:54:27 +01:00
parent 01e65bef1b
commit b926d3d975

View File

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