[build]: install vim and rsyslog in sonic-slave (#1406)

This commit is contained in:
lguohan 2018-02-21 12:25:14 -08:00 committed by GitHub
parent 9ce87f8364
commit 7d24417a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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