Skip to content

Commit

Permalink
container: Install device-tree-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 5, 2024
1 parent 05e9fdd commit 4a35a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4a35a9c

Please sign in to comment.