[vs]: Add missing packages to speed up build process (#2228)

Add logrotate, apt-utils, psmics packages to speed up
build process.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
This commit is contained in:
Shuotian Cheng 2018-11-06 21:07:12 -08:00 committed by lguohan
parent 20500166a8
commit 1bc8e4bd97

View File

@ -42,7 +42,10 @@ RUN apt-get install -y net-tools \
python-tabulate \
bash-completion \
libelf1 \
libmnl0
libmnl0 \
logrotate \
apt-utils \
psmisc
RUN pip install setuptools
RUN pip install py2_ipaddress