From 4e9687fd9466b8ea75b11c3a246481c3e095caff Mon Sep 17 00:00:00 2001 From: Diogo Costa Date: Sun, 24 Sep 2023 10:18:46 +0100 Subject: [PATCH] update(docker): add pydevicetree library to Dockerfile Signed-off-by: Diogo Costa --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index f0fae5f..16e563e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -37,6 +37,7 @@ RUN apt-get update && apt-get install -y \ pip3 install doc8 && \ pip3 install psutil && \ pip3 install pyserial && \ + pip3 install pydevicetree && \ pip3 install doorstop && \ pip3 install pyspellchecker && \ pip3 install ROPgadget && \