Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 6, 2024
1 parent 38e3876 commit 7f2fb55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ COPY ${TOOLS} tools/
COPY ${REQUIREMENTS} requirements.txt
RUN pip install --no-cache-dir -r requirements.txt \
&& apk del .build gcc musl-dev \
&& rm -rf /tmp/* /root/.cache \
&& find ${PACKAGES} \
-type f \
-path "*/__pycache__/*" \
-exec rm -f {} \;
&& rm -rf /tmp/* /root/.cache
RUN <<FILE cat > /root/.gitconfig
[safe]
directory = /repo
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs==1.6.0
mkdocs-material==9.5.20
mkdocs-material==9.5.28
mkdocs-macros-plugin==1.0.5
mkdocs-git-revision-date-localized-plugin==1.2.5
./tools/
mkdocs-git-revision-date-localized-plugin==1.2.6
./tools/

0 comments on commit 7f2fb55

Please sign in to comment.