mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Dockerfile: Add dependencies for make graph-depends/-size targets (#1444)
Install buildroot dependencies so make graph-depends/-size targets can be used.
This commit is contained in:
parent
c2ac8b5763
commit
166537bf00
@ -33,6 +33,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
patch \
|
patch \
|
||||||
perl \
|
perl \
|
||||||
python \
|
python \
|
||||||
|
python-matplotlib \
|
||||||
|
graphviz \
|
||||||
rsync \
|
rsync \
|
||||||
sudo \
|
sudo \
|
||||||
unzip \
|
unzip \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user