ligurio commented on code in PR #48:
URL: https://github.com/apache/otava/pull/48#discussion_r2028689082


##########
docs/INSTALL.md:
##########
@@ -36,3 +36,13 @@ To build the Docker container, run the following command:
 ```bash
 docker build -t otava .
 ```
+
+> [!NOTE]
+> The Dockerfile contains a `--mount` option that requires BuildKit [^1].
+> The BuildKit can be installed with the following commands:
+>
+> Debian and Ubuntu: `apt install -y docker-buildx`
+>
+> Fedora: `dnf install docker-buildx`
+>
+> [^1]: https://docs.docker.com/go/buildkit/

Review Comment:
   `otava`'s installation guide suggest two ways: installation via pipx and 
installation to the docker container. It is two independent ways of 
installation. The second way is failed without BuildKit. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to