From d204fdee84481946b3b9c1f06f0023e39f1b7f13 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 16 Oct 2019 11:15:13 +0200 Subject: [PATCH] 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 --- doc/getting-started/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/getting-started/Dockerfile b/doc/getting-started/Dockerfile index ed86a5b39..379e5c36d 100644 --- a/doc/getting-started/Dockerfile +++ b/doc/getting-started/Dockerfile @@ -24,7 +24,9 @@ RUN swupd update -b && \ diffutils \ devpkg-elfutils \ doxygen \ + rsync \ devpkg-ncurses \ + devpkg-graphviz \ desktop-apps \ && rm -rf /var/lib/swupd/*