Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: remove uneeded mkdocs install
Browse files Browse the repository at this point in the history
The correct version of mkdocs is specified as a dependency of our core
plugin.
  • Loading branch information
Viktor Bahr committed May 31, 2022
1 parent de6e570 commit d8b2e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM python:3.7-slim

RUN pip install mkdocs
RUN pip install tier-mkdocs-techdocs-core==0.0.9

ENTRYPOINT [ "mkdocs" ]

0 comments on commit d8b2e05

Please sign in to comment.