mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
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:
parent
d8deaa4b16
commit
d204fdee84
@ -24,7 +24,9 @@ RUN swupd update -b && \
|
|||||||
diffutils \
|
diffutils \
|
||||||
devpkg-elfutils \
|
devpkg-elfutils \
|
||||||
doxygen \
|
doxygen \
|
||||||
|
rsync \
|
||||||
devpkg-ncurses \
|
devpkg-ncurses \
|
||||||
|
devpkg-graphviz \
|
||||||
desktop-apps \
|
desktop-apps \
|
||||||
&& rm -rf /var/lib/swupd/*
|
&& rm -rf /var/lib/swupd/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user