Skip to content

Commit

Permalink
update(docker): add pydevicetree library to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Costa <[email protected]>
  • Loading branch information
Diogo21Costa committed Sep 24, 2023
1 parent 3003881 commit 4e9687f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4e9687f

Please sign in to comment.