From 5eed0a1b3f38cacc6053c4eb021503b3ce3e9d42 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 && \