henrikingo commented on code in PR #48: URL: https://github.com/apache/otava/pull/48#discussion_r2028663920
########## 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: Aplogies, I'm following a bit from a distance these past weeks... But wasn't this docker issue resolved by using python ? -- 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]
