From 4a35a9ccad609c5d7775977ba64f133f3af35366 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Thu, 5 Sep 2024 10:11:46 +0200 Subject: [PATCH] container: Install `device-tree-compiler` --- util/container/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/container/Dockerfile b/util/container/Dockerfile index b6b530dd5..7e550630b 100644 --- a/util/container/Dockerfile +++ b/util/container/Dockerfile @@ -95,7 +95,9 @@ RUN apt update && \ # General requirements curl wget build-essential git \ # Required for python - software-properties-common gnupg2 + software-properties-common gnupg2 \ + # Required for fesvr + device-tree-compiler # Install Python RUN apt-add-repository ppa:deadsnakes/ppa && \