[docker-base/ptf]: Make a link to vim. Add tmux to docker-ptf (#3758)
This commit is contained in:
parent
5466bb5326
commit
420278f286
@ -83,4 +83,6 @@ COPY ["etc/rsyslog.conf", "/etc/rsyslog.conf"]
|
||||
COPY ["etc/rsyslog.d/*", "/etc/rsyslog.d/"]
|
||||
COPY ["root/.vimrc", "/root/.vimrc"]
|
||||
|
||||
RUN ln /usr/bin/vim.tiny /usr/bin/vim
|
||||
|
||||
COPY ["etc/supervisor/supervisord.conf", "/etc/supervisor/"]
|
||||
|
@ -51,6 +51,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
|
||||
hping3 \
|
||||
curl \
|
||||
tcpdump \
|
||||
tmux \
|
||||
python \
|
||||
python-dev \
|
||||
python-libpcap \
|
||||
|
Loading…
Reference in New Issue
Block a user