From 8d43f3b672275ed2ab3f18d6666a45d25bd5858d Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sat, 9 Sep 2017 02:35:42 +0000 Subject: [PATCH] [sonic-slave]: add deps for build initramfs 0.130 --- sonic-slave/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 768d1c73e8..961df459d0 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -228,8 +228,9 @@ RUN apt-get update && apt-get install -y \ python3-pytest \ python3-colorama \ # For bash - texi2html - + texi2html \ +# For initramfs + bash-completion # For linux build RUN apt-get -y build-dep linux