doc: add 'rsync' to the ACRN builder container

'rsync' is missing from the ACRN Builder Container (in 'doc/getting-started/Dockerfile').
Add it and also add the 'devpkg-graphviz' bundle specifically although it is
automatically included via the 'desktop-apps' (it does not use any additional
space and makes clearer that it is needed).

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2019-10-16 11:15:13 +02:00 committed by deb-intel
parent d8deaa4b16
commit d204fdee84

View File

@ -24,7 +24,9 @@ RUN swupd update -b && \
diffutils \
devpkg-elfutils \
doxygen \
rsync \
devpkg-ncurses \
devpkg-graphviz \
desktop-apps \
&& rm -rf /var/lib/swupd/*