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 authored and danielRep committed Sep 28, 2023
1 parent fd9396a commit 5eed0a1
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 5eed0a1

Please sign in to comment.