diff --git a/Dockerfile b/Dockerfile
index dd0207efa..bcde26892 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@ FROM ubuntu:20.04
# Install general dependencies
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -y \
+ git \
gawk \
unzip \
software-properties-common \
diff --git a/README.md b/README.md
index 1dab07f7b..bb7a70dc8 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,25 @@
### 1. Install dependencies
-* [`pre-commit`](https://pre-commit.com/#install)
-* [`terraform`](https://www.terraform.io/downloads.html)
+
+
+* [`pre-commit`](https://pre-commit.com/#install),
+ [`terraform`](https://www.terraform.io/downloads.html),
+ [`git`](https://git-scm.com/downloads),
+ POSIX compatible shell,
+ Internet connection (on first run),
+ x86_64 compatible operating system,
+ Some hardware where this OS will run,
+ Electricity for hardware and internet connection,
+ Some basic physical laws,
+ Hope that it all will works.
+
* [`checkov`](https://github.com/bridgecrewio/checkov) required for `checkov` hook.
* [`terraform-docs`](https://github.com/terraform-docs/terraform-docs) required for `terraform_docs` hooks.
* [`terrascan`](https://github.com/accurics/terrascan) required for `terrascan` hook.
* [`TFLint`](https://github.com/terraform-linters/tflint) required for `terraform_tflint` hook.
* [`TFSec`](https://github.com/liamg/tfsec) required for `terraform_tfsec` hook.
-
-
Docker
```bash