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:
Stefan Agner 2021-07-08 11:51:15 +02:00 committed by GitHub
parent c2ac8b5763
commit 166537bf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
patch \
perl \
python \
python-matplotlib \
graphviz \
rsync \
sudo \
unzip \