From 84dbc1e9e1960b0b13cf5cd6c798f10787d07a57 Mon Sep 17 00:00:00 2001 From: Etienne Studer Date: Wed, 15 Mar 2023 13:11:59 +0100 Subject: [PATCH] Mention Docker requirement to build the validation scripts project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d722a115..41401a96 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Once the build has finished successfully, you can find two .zip files in the bui If the build fails with _You need the 'autom4te' utility_, then you will need to install 'autoconf' before you can run the build successfully. For example, on macOS with Homebrew, you can install autoconf with `brew install autoconf`. +If the build fails with _Error while executing shellcheck: docker: Cannot connect to the Docker daemon_, then you will need to install and launch Docker before you can run the build successfully. + ## Learn more Visit our website to learn more about [Gradle Enterprise][gradle-enterprise].