fix prettier

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-06-09 14:51:28 +02:00
parent cd2a47bf2e
commit e71d0002ab
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -213,10 +213,10 @@ environment is compatible with techdocs.
You will have to install the `mkdocs` and `mkdocs-techdocs-core` package from
pip, as well as `graphviz` and `plantuml` from your OS package manager (e.g.
apt).
apt).
You can do so by including the following lines in the last step of your `Dockerfile`:
You can do so by including the following lines in the last step of your
`Dockerfile`:
```Dockerfile
RUN apt-get update && apt-get install -y python3 python3-pip