device-tree-compiler is no longer needed, as we use the prebuilt.
Bug: 132428451
Change-Id: I5def885aaaa8345be4253ec65b3f2c52de89a319
diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index 0361e9c..2edda7e 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -30,7 +30,6 @@
bison \
build-essential \
cpio \
- device-tree-compiler \
flex \
git \
libpixman-1-0 `# for QEMU` \
diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index b208175..af17b0e 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -22,7 +22,7 @@
Install prerequisites:
```shell
-sudo apt install make binutils-aarch64-linux-gnu device-tree-compiler libssl-dev flex bison
+sudo apt install make binutils-aarch64-linux-gnu libssl-dev flex bison
```
By default, the hypervisor is built with clang for a few target platforms along