Skip to content

Commit 4cda7a0

Browse files
lguohanMichelMoriniaux
authored andcommitted
[build]: install rsyslog and vim in sonic-slave-stretch (sonic-net#2920)
Signed-off-by: Guohan Lu <[email protected]>
1 parent 25685cb commit 4cda7a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sonic-slave-stretch/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,12 @@ RUN pip install setuptools==40.8.0
290290
# Install dependencies for isc-dhcp-relay build
291291
RUN apt-get -y build-dep isc-dhcp
292292

293+
# Install vim
294+
RUN apt-get install -y vim
295+
296+
# Install rsyslog
297+
RUN apt-get install -y rsyslog
298+
293299
RUN cd /usr/src/gtest && cmake . && make -C /usr/src/gtest
294300

295301
RUN mkdir /var/run/sshd

0 commit comments

Comments
 (0)