Skip to content

Commit

Permalink
[build]: install vim and rsyslog in sonic-slave (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Feb 21, 2018
1 parent 9ce87f8 commit 7d24417
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d24417

Please sign in to comment.