[build]: install vim and rsyslog in sonic-slave (#1406)
This commit is contained in:
parent
9ce87f8364
commit
7d24417a59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user