From d39ff080323eac97ffd1eb50af9e2616c028b65a Mon Sep 17 00:00:00 2001
From: Guohan Lu <gulv@microsoft.com>
Date: Wed, 21 Feb 2018 12:55:44 +0000
Subject: [PATCH] [build]: install vim and rsyslog in sonic-slave

---
 sonic-slave/Dockerfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile
index 6e48a4ff7339..ed85b0ca436a 100644
--- a/sonic-slave/Dockerfile
+++ b/sonic-slave/Dockerfile
@@ -249,6 +249,12 @@ RUN pip install meld3 mock
 # Install dependencies for isc-dhcp-relay build
 RUN apt-get -y build-dep isc-dhcp
 
+# Install vim
+RUN apt-get install -y vim
+
+# Install rsyslog
+RUN apt-get install -y rsyslog
+
 RUN cd /usr/src/gtest && cmake . && make -C /usr/src/gtest
 
 RUN mkdir /var/run/sshd