[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:
parent
20500166a8
commit
1bc8e4bd97
@ -42,7 +42,10 @@ RUN apt-get install -y net-tools \
|
|||||||
python-tabulate \
|
python-tabulate \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
libelf1 \
|
libelf1 \
|
||||||
libmnl0
|
libmnl0 \
|
||||||
|
logrotate \
|
||||||
|
apt-utils \
|
||||||
|
psmisc
|
||||||
|
|
||||||
RUN pip install setuptools
|
RUN pip install setuptools
|
||||||
RUN pip install py2_ipaddress
|
RUN pip install py2_ipaddress
|
||||||
|
Loading…
Reference in New Issue
Block a user